Skip to content

Commit 3d451f3

Browse files
committed
feat: update
1 parent c9dd826 commit 3d451f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default defineNuxtConfig({
118118
isr: {
119119
expiration: 60 * 60 /* one hour */,
120120
passQuery: true,
121-
allowQuery: ['mode', 'filterOldVersions', 'filterThreshold'],
121+
allowQuery: ['mode', 'filterOldVersions', 'filterThreshold', 'packages'],
122122
},
123123
},
124124
'/api/registry/docs/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } },

0 commit comments

Comments
 (0)