Closed amirrustam closed 3 years ago
@matthamil I don't want this to be a blocker for launch, so if we don't resolve it by release time we can temporarily rely on Cloudflare page rules to handle the redirects.
I tried fixing this by building a custom redirector via a router middleware, but it seems the router middleware get removed when doing nuxt generate
....which makes sense.
I'm submitting a...
Current Behavior
Current router redirects in Nuxt config:
/
,/guides
,/plugins
work./guides/dashboard/dashboard-introduction
does not work.The issue persists for redirects added in https://github.com/cypress-io/cypress-documentation/pull/3610/commits/559dd988985ec67f60353a2ca30934b63e3b471a as well.