We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd8548 commit 1a0dfa5Copy full SHA for 1a0dfa5
nuxt.config.ts
@@ -152,7 +152,7 @@ export default defineNuxtConfig({
152
'/privacy': { prerender: true },
153
'/search': { isr: false, cache: false }, // never cache
154
'/settings': { prerender: true },
155
- '//translation-status': { prerender: true },
+ '/translation-status': { prerender: true },
156
'/recharging': { prerender: true },
157
// proxy for insights
158
'/_v/script.js': { proxy: 'https://npmx.dev/_vercel/insights/script.js' },
0 commit comments