fixed "vite manifest app.js not found"

This commit is contained in:
Codex Agent
2025-09-30 22:40:14 +02:00
parent d1733686a6
commit 1945f664c6

View File

@@ -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%; }