site: fix removal of tutorial from search engines (#9117)

pull/9119/head
Ben McCann 2 years ago committed by GitHub
parent d2ed2ca329
commit 5a8c1d2caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
<svelte:head>
<meta name="robots" content="noindex">
</svelte:head>
<slot />

@ -1,2 +1,2 @@
User-agent: *
Disallow: /tutorial/* # new tutorial is at learn.svelte.dev
Disallow:

Loading…
Cancel
Save