Skip to content

Commit cbe0cb0

Browse files
committed
fix: enable production hydration mismatch debugging
1 parent c0a11fd commit cbe0cb0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ export default defineNuxtConfig({
219219
},
220220
},
221221

222+
debug: {
223+
hydration: true,
224+
},
225+
222226
vite: {
223227
optimizeDeps: {
224228
include: [

0 commit comments

Comments
 (0)