Jan 5, 2023
Hey Hélio!
The idea is not to redirect. The idea is to pre-render all pages so that the actual paths map to actual files.
Say you have a page at path '/blog/' instead of getting a 404 and redirecting to the /index.html you would have an actual file at /blog/index.html.
Thank you,
Paulo.