diff options
Diffstat (limited to 'src/gen/robot.11ty.js')
-rw-r--r-- | src/gen/robot.11ty.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gen/robot.11ty.js b/src/gen/robot.11ty.js deleted file mode 100644 index 289d3b6..0000000 --- a/src/gen/robot.11ty.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = class { - data() { - return { - permalink: "/robot.txt" - }; - } - - render(data) { - return `User-agent: * - Disallow: - Sitemap: ${new URL("/sitemap.xml",data.metadata.url)}`; - } -};
\ No newline at end of file |