Skip to content

Commit 74039c1

Browse files
committed
Add CNAME & .nojekyll
1 parent b7b3986 commit 74039c1

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

eleventy.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ export default function (eleventyConfig) {
33
eleventyConfig.addPassthroughCopy('js');
44
eleventyConfig.addPassthroughCopy('styles');
55
eleventyConfig.addPassthroughCopy('dl');
6+
eleventyConfig.addPassthroughCopy({ 'misc/CNAME': 'CNAME' });
7+
eleventyConfig.addPassthroughCopy({ 'misc/.nojekyll': '.nojekyll' });
68
}

misc/.nojekyll

Whitespace-only changes.

misc/CNAME

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
influxtimer.com
2+
www.influxtimer.com

0 commit comments

Comments
 (0)