Something neat that shipped in Nuxt 3.7 last week that seems to have slipped under the radar.
You can now define your route rules inline, directly within the page component you want them applied to, rather than under `routeRules` in your nuxt.config.
Pretty neat!