[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: opening package docs in a new tab doesn't work (#1145)

authored by

Nandkishor Jadoun and committed by
GitHub
d4060bd9 92f58d86

+1 -2
+1 -2
nuxt.config.ts
··· 115 115 '/package/:org/:name/v/:version': { isr: getISRConfig(60, true) }, 116 116 // infinite cache (versioned - doesn't change) 117 117 '/package-code/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } }, 118 - '/package-docs/:name/v/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } }, 119 - '/package-docs/:org/:name/v/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } }, 118 + '/package-docs/**': { isr: true, cache: { maxAge: 365 * 24 * 60 * 60 } }, 120 119 // static pages 121 120 '/': { prerender: true }, 122 121 '/200.html': { prerender: true },