feat: add redirects for netlify
This commit is contained in:
parent
f9ab1b56eb
commit
7b1f6d7eb6
2 changed files with 24 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue