disallow robots
This commit is contained in:
parent
9666099408
commit
f6663661df
2 changed files with 1 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow:
|
||||
Disallow: /
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@
|
|||
<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…
Reference in a new issue