From 86bfa74bb4d94c716d4a6888f0fb44fc6f8d7fe9 Mon Sep 17 00:00:00 2001 From: bearfm Date: Mon, 11 Mar 2024 20:19:50 -0700 Subject: [PATCH] gahhh --- Makefile | 4 ++-- dist/robots.txt | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3af3a5f..3c5cdf5 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,8 @@ js: $(DISTDIR)/robots.txt: @echo "User-Agent: *" > $@ - @echo "Allow: *" >> $@ - @echo "Sitemap: $(URI)/sitemap.xml" >> $@ + @echo "Disallow: /" >> $@ +# @echo "Sitemap: $(URI)/sitemap.xml" >> $@ $(DISTDIR)/sitemap.xml: $(HTMLFILES) @echo '' > $@ diff --git a/dist/robots.txt b/dist/robots.txt index ccc6f61..c6742d8 100644 --- a/dist/robots.txt +++ b/dist/robots.txt @@ -1,3 +1,2 @@ User-Agent: * -Allow: * -Sitemap: https://bear.oops.wtf/sitemap.xml +Disallow: /