mirror of https://github.com/VERT-sh/VERT.git
fix: unnecessary seo
?? dont know where this was from i think i followed paraglide documentation blindly
This commit is contained in:
parent
df99e7d38a
commit
1dac5f69f2
|
|
@ -186,13 +186,6 @@
|
|||
`<slot />` or `{@render ...}` tag missing — inner content will not be rendered
|
||||
-->
|
||||
<Layout.PageContent {children} />
|
||||
<div style="display:none">
|
||||
{#each locales as locale}
|
||||
<a href={localizeHref(page.url.pathname, { locale })}
|
||||
>{locale}</a
|
||||
>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<Layout.Toasts />
|
||||
<Layout.Dialogs />
|
||||
|
|
|
|||
|
|
@ -1,15 +1,4 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# language urls (doesn't actually change language when visiting)
|
||||
# should prob be auto-generated?
|
||||
Disallow: /es/
|
||||
Disallow: /fr/
|
||||
Disallow: /de/
|
||||
Disallow: /it/
|
||||
Disallow: /hr/
|
||||
Disallow: /tr/
|
||||
Disallow: /ja/
|
||||
Disallow: /el/
|
||||
|
||||
Sitemap: https://vert.sh/sitemap.xml
|
||||
|
|
|
|||
Loading…
Reference in New Issue