chore: headers file

This commit is contained in:
Cory Dransfeldt 2024-06-07 13:36:22 -07:00
parent afb2d1ea66
commit 6d806b35c0
No known key found for this signature in database
2 changed files with 40 additions and 0 deletions

View file

@ -35,6 +35,7 @@ export default async function (eleventyConfig) {
// passthrough
eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('_redirects')
eleventyConfig.addPassthroughCopy('_headers')
eleventyConfig.addPassthroughCopy({
'node_modules/minisearch/dist/umd/index.js': 'assets/scripts/components/minisearch.js',
})