Alexandre Nédélec
Redirect from netlify not working (404 not found) with Nuxt Content in SSG
However routerules (https://nitro.unjs.io/config#routerules) seems to manage the redirect ok. That's weird....
5 replies
Pass extra dynamic data when routing to a page
Maybe people don't usually have this issue when they have no existing URLs they don't want to break, or when they don't care about the format of the URL (space and special caracters being encoded in the url)
15 replies
Pass extra dynamic data when routing to a page
I could, it's similar to the last option I considered. Retrieve all the tags, modify them and put the original tag and the modified tag in a map.
I could do that in an endpoint that I could call from my tag page, I guess with SSG the endpoint would only be called once at build time. That's probably a good option, I just wanted to make sure there was no other easier mechanism (maybe a routing concept I don't know about) to do the same thing.
15 replies