From a103edae483c5100910e581932b6922faf5e294f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 Mar 2023 09:26:18 -0700 Subject: [PATCH] fix robots --- .eleventy.js | 13 +++++++------ src/robots.md | 9 --------- src/robots.txt | 4 ++++ 3 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 src/robots.md create mode 100644 src/robots.txt diff --git a/.eleventy.js b/.eleventy.js index d7538068..e54c1241 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -19,11 +19,12 @@ module.exports = function (eleventyConfig) { // tailwind watches eleventyConfig.addWatchTarget('./tailwind.config.js') - eleventyConfig.addWatchTarget('./tailwind.css') + eleventyConfig.addWatchTarget('./tailwind.css') // passthrough - eleventyConfig.addPassthroughCopy("src/assets"); - + eleventyConfig.addPassthroughCopy('src/assets') + eleventyConfig.addPassthroughCopy('src/robots.txt') + // shortcodes eleventyConfig.addShortcode('version', () => now) @@ -78,9 +79,9 @@ module.exports = function (eleventyConfig) { eleventyConfig.setLibrary('md', md) // markdown filter - eleventyConfig.addLiquidFilter("markdown", (content) => { - return md.render(content); -}); + eleventyConfig.addLiquidFilter('markdown', (content) => { + return md.render(content) + }) // asset_img shortcode eleventyConfig.addLiquidShortcode('asset_img', (filename, alt) => { diff --git a/src/robots.md b/src/robots.md deleted file mode 100644 index d438e0f7..00000000 --- a/src/robots.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -permalink: /robots.txt -eleventyExcludeFromCollections: true ---- - -Sitemap: https://coryd.dev/sitemap.xml - -User-agent: \* -Disallow: diff --git a/src/robots.txt b/src/robots.txt new file mode 100644 index 00000000..52966090 --- /dev/null +++ b/src/robots.txt @@ -0,0 +1,4 @@ +Sitemap: https://coryd.dev/sitemap.xml + +User-agent: \* +Disallow: