This commit is contained in:
ct
2025-07-08 04:09:16 +08:00
parent 1b14860608
commit 6bf69ef366
23 changed files with 39 additions and 0 deletions

View File

@@ -43,6 +43,12 @@
@viteReactRefresh
@vite(['resources/js/app.tsx', "resources/js/pages/{$page['component']}.tsx"])
@inertiaHead
{{-- <link rel="canonical" href="{{ canonical() }}"> --}}
<link rel="icon" href="{{ asset('logo/memefast-logo-light-144.png') }}" type="image/png">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('logo/memefast-logo-light-180.png') }}">
<link rel="manifest" href="{{ asset('site.webmanifest') }}">
</head>
<body class="font-sans antialiased">