From a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sun, 31 May 2026 20:13:47 +0200 Subject: add sitemap, robots.txt and favicon.ico along with other small changes --- public/robots.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 public/robots.txt (limited to 'public') diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..f812c1d --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,6 @@ +# robots.txt :3 + +User-agent: * +Allow: / + +Sitemap: https://spelis.li/sitemap.xml -- cgit v1.3-7-ge9ab