fixed "vite manifest app.js not found"
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<title>@yield('title', 'Fotospiel - Event-Fotos einfach und sicher mit QR-Codes')</title>
|
<title>@yield('title', 'Fotospiel - Event-Fotos einfach und sicher mit QR-Codes')</title>
|
||||||
<meta name="description" content="Sammle Gastfotos für Events mit QR-Codes und unserer PWA-Plattform. Für Hochzeiten, Firmenevents und mehr. Kostenloser Einstieg.">
|
<meta name="description" content="Sammle Gastfotos für Events mit QR-Codes und unserer PWA-Plattform. Für Hochzeiten, Firmenevents und mehr. Kostenloser Einstieg.">
|
||||||
<link rel="icon" href="{{ asset('logo.svg') }}" type="image/svg+xml">
|
<link rel="icon" href="{{ asset('logo.svg') }}" type="image/svg+xml">
|
||||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
@vite(['resources/css/app.css', 'resources/js/app.tsx'])
|
||||||
<style>
|
<style>
|
||||||
@keyframes aurora {
|
@keyframes aurora {
|
||||||
0%, 100% { background-position: 0% 50%; }
|
0%, 100% { background-position: 0% 50%; }
|
||||||
|
|||||||
Reference in New Issue
Block a user