Skip to content

Commit 27d29f2

Browse files
authored
Merge pull request #353 from hildjj/cname
Fixes #352.
2 parents 6df5c90 + 9594662 commit 27d29f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = function (eleventyConfig) {
55
eleventyConfig.addPassthroughCopy("js");
66
eleventyConfig.addPassthroughCopy("vendor");
77
eleventyConfig.addPassthroughCopy("favicon.ico");
8+
eleventyConfig.addPassthroughCopy("CNAME");
89

910
eleventyConfig.setServerOptions({
1011
// Opt-out of the live reload snippet

0 commit comments

Comments
 (0)