diff --git a/eleventy.config.js b/eleventy.config.js index 89b4417..cdbcbcb 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -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