disallow robots
This commit is contained in:
parent
9666099408
commit
f6663661df
@ -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 New Issue
Block a user