feat: add livewire style dan config di studio tempate

This commit is contained in:
Yoga Pangestu 2025-11-15 17:13:05 +07:00
parent 102114ea0f
commit 7c55263a98

View File

@ -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) => {