mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-05 05:50:32 +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="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>
|
||||
|
Loading…
Reference in New Issue
Block a user