diff --git a/nuxt.config.ts b/nuxt.config.ts index b80700e7f..8956e2e26 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -192,8 +192,8 @@ export default defineNuxtConfig({ '/translation-status': { prerender: true }, '/recharging': { prerender: true }, '/pds': { isr: 86400 }, // revalidate daily - // proxy for insights '/blog/**': { prerender: true }, + // proxy for insights '/_v/script.js': { proxy: 'https://npmx.dev/_vercel/insights/script.js', },