disallow robots

This commit is contained in:
Andras Bacsai 2023-10-11 15:07:00 +02:00
parent 9666099408
commit f6663661df
2 changed files with 1 additions and 4 deletions

View File

@ -1,2 +1,2 @@
User-agent: * User-agent: *
Disallow: Disallow: /

View File

@ -12,9 +12,6 @@
<link rel="icon" href="{{ asset('coolify-transparent.png') }}" type="image/x-icon" /> <link rel="icon" href="{{ asset('coolify-transparent.png') }}" type="image/x-icon" />
@endenv @endenv
<meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="csrf-token" content="{{ csrf_token() }}">
@if (!isCloud())
<meta name="robots" content="noindex">
@endif
@vite(['resources/js/app.js', 'resources/css/app.css']) @vite(['resources/js/app.js', 'resources/css/app.css'])
<style> <style>
[x-cloak] { [x-cloak] {