Fix manifest path

This commit is contained in:
Bubka 2024-11-19 13:20:46 +01:00
parent 2c73dac9db
commit 9bf1e7b03f

View File

@ -15,7 +15,7 @@
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}" />
<link rel="apple-touch-icon" href="{{ asset('favicon_lg.png') }}" />
<link rel="apple-touch-icon-precomposed" href="{{ asset('favicon_lg.png') }}" />
<link rel="manifest" href="manifest.json">
<link rel="manifest" href="/manifest.json">
</head>
<body>