Skip to content

Commit

Permalink
Add CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
mijndert committed Mar 22, 2024
1 parent 7ef8114 commit 5de4e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mijndertstuij.nl

0 comments on commit 5de4e9c

Please sign in to comment.