add contribute.json
This commit is contained in:
parent
5083f22110
commit
88464a35e2
2 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,7 @@ module.exports = function (eleventyConfig) {
|
|||
// passthrough
|
||||
eleventyConfig.addPassthroughCopy('src/assets')
|
||||
eleventyConfig.addPassthroughCopy('src/robots.txt')
|
||||
eleventyConfig.addPassthroughCopy('src/contribute.json')
|
||||
|
||||
// shortcodes
|
||||
eleventyConfig.addShortcode('version', () => now)
|
||||
|
|
Reference in a new issue