We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.eleventy.js
1 parent fea76a4 commit bd21fd4Copy full SHA for bd21fd4
.eleventy.js
@@ -65,7 +65,8 @@ export default function (eleventyConfig) {
65
"src/assets/images": "images",
66
"src/admin/*": "admin",
67
"settings.json": "settings.json",
68
- "src/robots.txt": "robots.txt"
+ "src/robots.txt": "robots.txt",
69
+ "src/pretty-atom-feed.xsl": "pretty-atom-feed.xsl"
70
})
71
72
if (isDevelopment) {
0 commit comments