How to whitelist Nuxt pages when Nitro Server Route is greedy? #3266
k-flynn-webdev
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few Nuxt pages (index, user pages etc)
But if i add a
Server/routes/[fileId].tsand i earlyreturninside this file if theevent.pathmatches (index, user pages etc) theNuxtpages still dont render.Any way I can whitelist outright pages from Nitro to allow Nuxt to serve them up on SSR?
Beta Was this translation helpful? Give feedback.
All reactions