We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00110e5 commit 9b897f0Copy full SHA for 9b897f0
sites/hn.svelte.dev/src/app.html
@@ -5,6 +5,7 @@
5
<meta name="description" content="A Hacker News clone built with SvelteKit" />
6
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
7
<meta name="viewport" content="width=device-width, initial-scale=1" />
8
+ <meta name="robots" content="noindex,nofollow" />
9
<link rel="manifest" href="/manifest.json" />
10
<script>
11
try {
0 commit comments