Finally coming back to this! I have a one-line patch that has been working on my machine for a bit, so thought I'd post it here so we can close this issue.
- last update
over 1 year ago 2 pass, 2 fail
Due to the "shadowing" behavior of Netlify redirects, an entry in the _redirects file will be ignored if the file actually exists on the site. I notice that Tome Static generates static redirect paths, while Tome Netlify also adds these redirects to the _redirect file. Given this redundancy, only the static redirect path will be honored and the _redirect file will always be ignored.
I would like to ask if this is the intended functionality of Tome Netlify, and if there is any way to only generate the _redirect file instead? I prefer to use the _redirect file and let the server handle the routing, if possible.
Thanks.
If this functions as designed, I will add a script to my build process to remove the redundant static redirect paths. I just want to understand this functionality and make sure I'm not missing anything before I start a workaround.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Finally coming back to this! I have a one-line patch that has been working on my machine for a bit, so thought I'd post it here so we can close this issue.