[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.

perf: prerender about/settings pages

+4
+4
nuxt.config.ts
··· 79 79 '/**': { isr: 60 }, 80 80 '/package/**': { isr: 60 }, 81 81 '/search': { isr: false, cache: false }, 82 + // static pages 83 + '/about': { prerender: true }, 84 + '/settings': { prerender: true }, 85 + // proxy for insights 82 86 '/_v/script.js': { proxy: 'https://npmx.dev/_vercel/insights/script.js' }, 83 87 '/_v/view': { proxy: 'https://npmx.dev/_vercel/insights/view' }, 84 88 '/_v/event': { proxy: 'https://npmx.dev/_vercel/insights/event' },