Skip to content

Commit 65a1dd2

Browse files
committed
Add eleventyAllowMissingExtension to redirect links
Because that file is needed for Netlify to handle redirections.
1 parent 9bce962 commit 65a1dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/_redirects.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
permalink: /_redirects
33
eleventyExcludeFromCollections: true
4+
eleventyAllowMissingExtension: true
45
---
56
# Redirects from what the browser requests to what we serve
67
/en/news.rss /feed.xml

0 commit comments

Comments
 (0)