feat: add redirects for netlify

This commit is contained in:
Devin Haska 2024-02-27 10:19:36 -08:00
parent f9ab1b56eb
commit 7b1f6d7eb6
2 changed files with 24 additions and 0 deletions

View file

@ -51,6 +51,7 @@ module.exports = (eleventyConfig) => {
["src/assets/fonts/", "src/assets/images"].forEach((path) =>
eleventyConfig.addPassthroughCopy(path),
);
eleventyConfig.addPassthroughCopy("_redirects");
// --------------------- Markdown -----------------------
eleventyConfig.setLibrary("md", markdown);