mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-13 17:22:16 -05:00
Update footer
This commit is contained in:
@@ -25,7 +25,8 @@ export default async function (eleventyConfig) {
|
||||
.addPassthroughCopy({
|
||||
'./public/': '/'
|
||||
})
|
||||
.addPassthroughCopy('./content/blog/**/images/*');
|
||||
.addPassthroughCopy('./content/blog/**/images/*')
|
||||
.addPassthroughCopy("./content/img/**/*");
|
||||
|
||||
// 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