fix
This commit is contained in:
parent
4905454269
commit
d382af6860
@ -8,14 +8,14 @@
|
||||
<link href="https://api.fonts.coollabs.io/css2?family=Inter&display=swap" rel="stylesheet">
|
||||
<title>Coolify</title>
|
||||
@env('local')
|
||||
@if (!isCloud())
|
||||
<meta name="robots" content="noindex">
|
||||
@endif
|
||||
<link rel="icon" href="{{ asset('favicon-dev.png') }}" type="image/x-icon" />
|
||||
@else
|
||||
<link rel="icon" href="{{ asset('coolify-transparent.png') }}" type="image/x-icon" />
|
||||
@endenv
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@if (!isCloud())
|
||||
<meta name="robots" content="noindex">
|
||||
@endif
|
||||
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
||||
<style>
|
||||
[x-cloak] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user