From 5de4e9cd757bb8b61c9636c95c62f4ef5fbb5c1a Mon Sep 17 00:00:00 2001 From: Mijndert Stuij Date: Fri, 22 Mar 2024 21:08:18 +0100 Subject: [PATCH] Add CNAME file --- .eleventy.js | 1 + src/CNAME | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/CNAME diff --git a/.eleventy.js b/.eleventy.js index 25a68c9..2360096 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -13,6 +13,7 @@ module.exports = (config) => { }); config.addPassthroughCopy("css"); config.addPassthroughCopy({ 'src/robots.txt': '/robots.txt' }); + config.addPassthroughCopy({ 'src/CNAME': '/CNAME' }); config.addPlugin(pluginRss); return { markdownTemplateEngine: "njk", diff --git a/src/CNAME b/src/CNAME new file mode 100644 index 0000000..4618238 --- /dev/null +++ b/src/CNAME @@ -0,0 +1 @@ +mijndertstuij.nl \ No newline at end of file