Skip to content

Commit f5bb3ed

Browse files
authored
chore: move a comment to the right line (#2456)
1 parent efe01a0 commit f5bb3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ export default defineNuxtConfig({
192192
'/translation-status': { prerender: true },
193193
'/recharging': { prerender: true },
194194
'/pds': { isr: 86400 }, // revalidate daily
195-
// proxy for insights
196195
'/blog/**': { prerender: true },
196+
// proxy for insights
197197
'/_v/script.js': {
198198
proxy: 'https://npmx.dev/_vercel/insights/script.js',
199199
},

0 commit comments

Comments
 (0)