We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13591a7 commit dfefcc0Copy full SHA for dfefcc0
CNAME
eleventy.config.js
@@ -22,7 +22,6 @@ export default async function (eleventyConfig) {
22
// filterTagList(tags , ["nav","posts"])
23
24
eleventyConfig.addPassthroughCopy({ "static/css": "/css" });
25
- eleventyConfig.addPassthroughCopy("CNAME");
26
eleventyConfig.addPassthroughCopy({ "static/fonts": "/fonts" });
27
eleventyConfig.addPassthroughCopy({ "static/js": "/js" });
28
eleventyConfig.addPassthroughCopy({ "static/images": "/images" });
0 commit comments