fix: redirects and rewrites

This commit is contained in:
Cory Dransfeldt 2023-06-18 11:27:18 -07:00
parent 991d1e1a24
commit 55959cc4e1
No known key found for this signature in database
3 changed files with 27 additions and 91 deletions

View file

@ -42,6 +42,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('src/robots.txt')
eleventyConfig.addPassthroughCopy('src/contribute.json')
eleventyConfig.addPassthroughCopy('_redirects')
// shortcodes
eleventyConfig.addShortcode('version', () => now)