Skip to content

Commit bd21fd4

Browse files
committed
update: .eleventy.js — copypassthrough for styling
1 parent fea76a4 commit bd21fd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eleventy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ export default function (eleventyConfig) {
6565
"src/assets/images": "images",
6666
"src/admin/*": "admin",
6767
"settings.json": "settings.json",
68-
"src/robots.txt": "robots.txt"
68+
"src/robots.txt": "robots.txt",
69+
"src/pretty-atom-feed.xsl": "pretty-atom-feed.xsl"
6970
})
7071

7172
if (isDevelopment) {

0 commit comments

Comments
 (0)