mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-29 03:33:17 +01:00
Fix manifest & healthcheck css paths
This commit is contained in:
parent
435e0ec546
commit
3ef40e849a
2
resources/views/health.blade.php
vendored
2
resources/views/health.blade.php
vendored
@ -5,7 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
<link rel="stylesheet" href="/healthcheck.css"></link>
|
<link rel="stylesheet" href="{{ url('healthcheck.css') }}"></link>
|
||||||
</head>
|
</head>
|
||||||
<body class="antialiased">
|
<body class="antialiased">
|
||||||
<div class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-gray-100 selection:bg-red-500 selection:text-white">
|
<div class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-gray-100 selection:bg-red-500 selection:text-white">
|
||||||
|
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="{{ url('manifest.json') }}">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user