mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
Compare commits
No commits in common. "19d1091e8142e0e6d4c36ab831d765c2abf931f2" and "88f84f78a751a9b84beab468ee38724f0fa87e6e" have entirely different histories.
19d1091e81
...
88f84f78a7
2 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@ module.exports = function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
|
eleventyConfig.addPassthroughCopy({ "static/.well-known": ".well-known" })
|
||||||
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
|
eleventyConfig.addPassthroughCopy({ "static/certificates": "certificates" })
|
||||||
eleventyConfig.addPassthroughCopy({ "static/css": "css" })
|
eleventyConfig.addPassthroughCopy({ "static/css": "css" })
|
||||||
eleventyConfig.addPassthroughCopy({ "static/robots.txt": "robots.txt" })
|
|
||||||
|
|
||||||
|
|
||||||
eleventyConfig.addFilter("timestamp", function(value) {
|
eleventyConfig.addFilter("timestamp", function(value) {
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
User-agent: GPTBot
|
|
||||||
Disallow: /
|
|
Loading…
Reference in a new issue