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