diff --git a/docs/content/1.guide/3.routing.md b/docs/content/1.guide/3.routing.md index a3c6be360a..ee14c9b86d 100644 --- a/docs/content/1.guide/3.routing.md +++ b/docs/content/1.guide/3.routing.md @@ -117,6 +117,8 @@ When `cache` option is set, handlers matching pattern will be automatically wrap ::code-group ```ts [nitro.config.ts] +import { defineNitroConfig } from 'nitropack' + export default defineNitroConfig({ routeRules: { '/blog/**': { swr: true },