[feat] add robots.txt
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
mangoiv 2024-02-19 13:35:10 +02:00
parent 50d52072e6
commit cc959c4654
Signed by: mangoiv
SSH key fingerprint: SHA256:MUZC8vIl/ATSPi6bo8Ri9zKH/yp4CYMsZX1RAANoGzA
2 changed files with 6 additions and 0 deletions

2
robots.txt Normal file
View file

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View file

@ -24,6 +24,10 @@ main = do
route idRoute
compile copyFileCompiler
match "robots.txt" do
route idRoute
compile copyFileCompiler
match "js/*" do
route idRoute
compile copyFileCompiler