mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-26 09:35:37 -05:00
Remove default posts and add current posts
This commit is contained in:
@@ -21,7 +21,8 @@ export default async function(eleventyConfig) {
|
||||
.addPassthroughCopy({
|
||||
"./public/": "/"
|
||||
})
|
||||
.addPassthroughCopy("./content/feed/pretty-atom-feed.xsl");
|
||||
.addPassthroughCopy("./content/feed/pretty-atom-feed.xsl")
|
||||
.addPassthroughCopy("./content/blog/**/images/*");
|
||||
|
||||
// Run Eleventy when these files change:
|
||||
// https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets
|
||||
|
||||
Reference in New Issue
Block a user