The Nuxt 3 documentations says that swr enables a static build, that lasts for a configurable TTL
, however, nowhere was I able to find how exactly one would change the TTL & whether it can be set per-route. Is that possible? If so, how?
I've looked at github & also tried to find it in Vite / Nitro documentation but didn't find anything.
I found something about image TTL in Nitro config source files but I suppose that's not what I was looking for.