mirror of https://github.com/sveltejs/svelte
site: fix removal of tutorial from search engines (#9117)
parent
d2ed2ca329
commit
5a8c1d2caf
@ -0,0 +1,5 @@
|
|||||||
|
<svelte:head>
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<slot />
|
@ -1,2 +1,2 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /tutorial/* # new tutorial is at learn.svelte.dev
|
Disallow:
|
||||||
|
Loading…
Reference in new issue