We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cb9991 + 27d29f2 commit d80b194Copy full SHA for d80b194
docs/.eleventy.js
@@ -5,6 +5,7 @@ module.exports = function (eleventyConfig) {
5
eleventyConfig.addPassthroughCopy("js");
6
eleventyConfig.addPassthroughCopy("vendor");
7
eleventyConfig.addPassthroughCopy("favicon.ico");
8
+ eleventyConfig.addPassthroughCopy("CNAME");
9
10
eleventyConfig.setServerOptions({
11
// Opt-out of the live reload snippet
0 commit comments