mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-21 13:48:54 +01:00
Fix manifest path
This commit is contained in:
parent
2c73dac9db
commit
9bf1e7b03f
2
resources/views/landing.blade.php
vendored
2
resources/views/landing.blade.php
vendored
@ -15,7 +15,7 @@
|
|||||||
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}" />
|
<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" href="{{ asset('favicon_lg.png') }}" />
|
||||||
<link rel="apple-touch-icon-precomposed" 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user