Skip to content

Commit ddbd54d

Browse files
divagueameatinux
andauthored
fix: hydration missmatch on /modules (#2184)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
1 parent fc124a6 commit ddbd54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/modules/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const breakpoints = useBreakpoints({
5151
sm: 640,
5252
md: 768,
5353
lg: 1024
54-
})
54+
}, { ssrWidth: 1024 })
5555
5656
const isMobile = breakpoints.smaller('sm')
5757

0 commit comments

Comments
 (0)