Add copy of CNAME file

This commit is contained in:
2024-11-25 16:42:43 +00:00
parent c5469d9578
commit b1d46e80b9

View File

@@ -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