mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
Compare commits
3 commits
88f84f78a7
...
19d1091e81
Author | SHA1 | Date | |
---|---|---|---|
19d1091e81 | |||
42cb76e0c6 | |||
b88b03fa0b |
2 changed files with 3 additions and 0 deletions
|
@ -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
2
static/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: GPTBot
|
||||
Disallow: /
|
Loading…
Reference in a new issue