diff --git a/public/robots.txt b/public/robots.txt index 1f53798..553ac83 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,4 @@ User-agent: * -Disallow: / +Allow: / + +Sitemap: https://astro-ink.vercel.app/sitemap-index.xml \ No newline at end of file diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index c449140..2dbb178 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -33,6 +33,7 @@ const { title = SITE.title, description, permalink, image } = Astro.props; sizes="16x16" href="/favicon-16x16.png" /> + diff --git a/src/components/SearchModal.svelte b/src/components/SearchModal.svelte index 7a46e31..c261d87 100644 --- a/src/components/SearchModal.svelte +++ b/src/components/SearchModal.svelte @@ -21,10 +21,10 @@ {/if}