From b1d46e80b924ecb5f58a32f60ea9321b8c24d17c Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 25 Nov 2024 16:42:43 +0000 Subject: [PATCH] Add copy of CNAME file --- eleventy.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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