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 0893af5 commit 78c423bCopy full SHA for 78c423b
1 file changed
nuxt.config.ts
@@ -40,6 +40,7 @@ export default defineNuxtConfig({
40
routeRules: {
41
'/': { prerender: true },
42
'/**': { isr: 60 },
43
+ '/package/**': { isr: false },
44
'/search': { isr: false, cache: false },
45
'/_v/script.js': { proxy: 'https://npmx.dev/_vercel/insights/script.js' },
46
'/_v/view': { proxy: 'https://npmx.dev/_vercel/insights/view' },
0 commit comments