mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-30 05:20:06 +00:00
add CNAME file
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user