From 33bf7479026d5d6ca04235fa5d9205f5d2cb40b1 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 5 Oct 2022 17:38:57 +0200 Subject: [PATCH] add meta tag (and robots) Signed-off-by: Sam Therapy --- src/_includes/layouts/main.tsx | 1 + src/robots.txt.njk | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 src/robots.txt.njk diff --git a/src/_includes/layouts/main.tsx b/src/_includes/layouts/main.tsx index 7b05238..fe37a0a 100644 --- a/src/_includes/layouts/main.tsx +++ b/src/_includes/layouts/main.tsx @@ -10,6 +10,7 @@ export default (data: PageData) => ( {data.site.endpoint} Nameserver + {/* @ts-ignore */} diff --git a/src/robots.txt.njk b/src/robots.txt.njk new file mode 100644 index 0000000..2a23c4c --- /dev/null +++ b/src/robots.txt.njk @@ -0,0 +1,2 @@ +User-Agent: * +Disallow: \ No newline at end of file