We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570dc33 commit 6b6e410Copy full SHA for 6b6e410
1 file changed
nuxt.config.ts
@@ -135,10 +135,6 @@ export default defineNuxtConfig({
135
},
136
137
// pages
138
- '/package/:name': getISRConfig(60),
139
- '/package/:name/v/:version': getISRConfig(3600),
140
- '/package/:org/:name': getISRConfig(60),
141
- '/package/:org/:name/v/:version': getISRConfig(3600),
142
'/package/:name/': getISRConfig(60),
143
'/package/:name/v/:version/': getISRConfig(3600),
144
'/package/:org/:name/': getISRConfig(60),
0 commit comments