Skip to content

Commit

Permalink
Added CNAME so doesn't get deleted on push in gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jawache committed Mar 21, 2020
1 parent 0382710 commit 7b5ff2c
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 @@ -35,6 +35,7 @@ module.exports = function(config) {
config.addPassthroughCopy('src/assets/images');
config.addPassthroughCopy('src/assets/js');
config.addPassthroughCopy('src/assets/css');
config.addPassthroughCopy('src/CNAME');

// Cachebusting
config.addPlugin(
Expand Down
1 change: 1 addition & 0 deletions src/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
principles.green

0 comments on commit 7b5ff2c

Please sign in to comment.