fix robots

This commit is contained in:
Cory Dransfeldt 2023-03-14 09:26:18 -07:00
parent 3bd03fc0f7
commit a103edae48
No known key found for this signature in database
3 changed files with 11 additions and 15 deletions

View file

@ -22,7 +22,8 @@ module.exports = function (eleventyConfig) {
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) => {

View file

@ -1,9 +0,0 @@
---
permalink: /robots.txt
eleventyExcludeFromCollections: true
---
Sitemap: https://coryd.dev/sitemap.xml
User-agent: \*
Disallow:

4
src/robots.txt Normal file
View file

@ -0,0 +1,4 @@
Sitemap: https://coryd.dev/sitemap.xml
User-agent: \*
Disallow: