add CNAME file

This commit is contained in:
Evgeny Poberezkin
2022-09-08 11:38:32 +01:00
parent 89782639c2
commit 13b87e396e
+1
View File
@@ -14,6 +14,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/app-demo")
eleventyConfig.addPassthroughCopy("src/blog/images")
eleventyConfig.addPassthroughCopy("src/images")
eleventyConfig.addPassthroughCopy("src/CNAME")
eleventyConfig.addCollection('blogs', function (collection) {
return collection.getFilteredByGlob('src/blog/*.md').reverse()