This repository was archived by the owner on May 10, 2021. It is now read-only.
This repository was archived by the owner on May 10, 2021. It is now read-only.
Why are Pre-rendered HTML or SSG pages given an entry in the _redirects file? #26
Closed
Description
The Netlify platform does file shadowing, where the static file is delivered first regardless:
https://docs.netlify.com/routing/redirects/rewrites-proxies/#shadowing
Example in _redirects:
/health/en/kids/emily-story/article /health/en/kids/emily-story/article.html 200
I ask, because we are pre-rendering + SSG many thousands (15,000+) of pages. So the _headers files has an entry for each. Also, the console log prints a line for each during build.
Metadata
Metadata
Assignees
Labels
No labels