Dont cache /api/**
Hi there,
Im trying to cache all pages except the api routes.
Does someone know how i can do this?
My current routeRules:
I found this discussion: https://github.com/nuxt/nuxt/discussions/16048
but that does not solve it sadly.
GitHub
Route Rules - How to use / except /api/ routes? · nuxt nuxt · D...
I'm trying to essentially setup the following route rules whereby it doesn't statically render any API routes, but does statically render everything else. Unfortunately I'm running into...
2 Replies