You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to additionally create a radix3 instance that can actually match and merge route rules to handle overrides (for example prerender /news/** except /news/live with prerender: false)
The text was updated successfully, but these errors were encountered:
#1033 (comment)
Currently, we directly consume route rules in prerenderer to infer routes to prerender (https://github.com/unjs/nitro/blob/main/src/prerender.ts#L32)
We need to additionally create a radix3 instance that can actually match and merge route rules to handle overrides (for example prerender
/news/**
except/news/live
withprerender: false
)The text was updated successfully, but these errors were encountered: