From 19cdb3d68666ed0208c3a76471989e40b5834d35 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 17 Feb 2021 00:23:19 +0100 Subject: [PATCH] Added robots.txt and sitemap.xml Moved robots.txt into public folder Added sitemap.xml --- robots.txt => public/robots.txt | 0 public/sitemap.xml | 7 +++++++ 2 files changed, 7 insertions(+) rename robots.txt => public/robots.txt (100%) create mode 100644 public/sitemap.xml diff --git a/robots.txt b/public/robots.txt similarity index 100% rename from robots.txt rename to public/robots.txt diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..de50586 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,7 @@ + + + + https://victorwesterlund.com/ + 2021-02-09T06:54:02+00:00 + + \ No newline at end of file