Skip to content

Commit c8d2f9f

Browse files
committed
Copy over _headers and _redirects.
1 parent 8d1344b commit c8d2f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eleventy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ module.exports = function(eleventyConfig) {
1616
eleventyConfig.addPassthroughCopy('404.html');
1717
eleventyConfig.addPassthroughCopy('.htaccess');
1818
eleventyConfig.addPassthroughCopy('LICENSE.md');
19+
eleventyConfig.addPassthroughCopy('_headers');
20+
eleventyConfig.addPassthroughCopy('_redirects');
1921
eleventyConfig.addPassthroughCopy('benchmarks/**/*.{jsonld,nq,md}');
2022
eleventyConfig.addPassthroughCopy('contexts/**/*.{htaccess,html,jsonld}');
2123
eleventyConfig.addPassthroughCopy('contexts/{event,person,place,recipe,remote-context}');

0 commit comments

Comments
 (0)