feat(ui): dynamic page title based on tenant context
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user