add contribute.json

This commit is contained in:
Cory Dransfeldt 2023-03-17 12:14:56 -07:00
parent 5083f22110
commit 88464a35e2
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -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)