feat(ui): dynamic page title based on tenant context
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 49s

This commit is contained in:
2026-01-28 13:58:54 +08:00
parent cca49b5fe8
commit c3af92c85c
4 changed files with 12 additions and 1 deletions

View File

@@ -18,6 +18,9 @@
@viteReactRefresh
@vite(['resources/js/app.tsx', "resources/js/Pages/{$page['component']}.tsx"])
@inertiaHead
<script>
window.appName = "{{ $appName ?? config('app.name') }}";
</script>
</head>
<body class="font-sans antialiased">
@inertia