Skip to content

Commit

Permalink
fix: uses noindex instead of robots.txt (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Apr 11, 2024
1 parent 857896e commit 02c8343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 0 additions & 2 deletions public/robots.txt

This file was deleted.

0 comments on commit 02c8343

Please sign in to comment.