Compare commits

...

3 commits

Author SHA1 Message Date
19d1091e81
meh 2023-08-08 07:32:56 +02:00
42cb76e0c6
test eleventy hurdles for statics 2023-08-08 07:31:11 +02:00
b88b03fa0b
add robots.txt 2023-08-08 07:26:41 +02:00
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
eleventyConfig.addPassthroughCopy({ "static/css": "css" })
eleventyConfig.addPassthroughCopy({ "static/robots.txt": "robots.txt" })
eleventyConfig.addFilter("timestamp", function(value) {

2
static/robots.txt Normal file
View file

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