mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 06:49:23 +01:00
fix: uses noindex instead of robots.txt (#2890)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<script type="module" src="{{ .Base }}/{{ $js }}"></script>
|
||||
{{- end }}
|
||||
<meta name="description" content="Dozzle is a log viewer for Docker" />
|
||||
<meta name="robots" content="noindex" />
|
||||
<link rel="apple-touch-icon" href="{{ .Base }}/apple-touch-icon.png" sizes="512x512" />
|
||||
</head>
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Reference in New Issue
Block a user