feat: add livewire style dan config di studio tempate
This commit is contained in:
parent
102114ea0f
commit
7c55263a98
@ -6,6 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ $title }} | {{ config('app.name') }}</title>
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
@livewireStyles
|
||||
@fluxAppearance
|
||||
<link rel="icon" type="image/png" href="{{ asset('assets/images/logo.png') }}">
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
@ -23,6 +24,7 @@
|
||||
{{ $slot }}
|
||||
|
||||
@fluxScripts
|
||||
@livewireScriptConfig
|
||||
<script>
|
||||
document.addEventListener('livewire:navigated', () => {
|
||||
Notification.requestPermission().then((permission) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user