From 9ed121f774eb170d596732d9d1090982e98d9a15 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Fri, 10 Apr 2026 08:52:28 -0400 Subject: [PATCH] chore: move comment to the right line --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },