nitro
nuxt3isr value and use bypassToken to programmatically revalidate route. The issue is, though, I have /mods/{modname} (e.g. mods/alex-mobs) and /mods/{version} (e.g. mods/1.18.2) routes, which I differentiate using regex in router.options.js file. However, the pattern used in routeRules doesn't seem to support full regex. And without full regex, I can't differentiate between these routes and define caching rule separately.