Skip to content

Commit dd983af

Browse files
authored
fix: Maximum scale and initial scale (#6526)
fix: set maximum scale as 2
1 parent 4430369 commit dd983af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.dynamic.constants.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ export const PAGE_VIEWPORT = {
9191
],
9292
width: 'device-width',
9393
initialScale: 1,
94-
maximumScale: 1,
94+
maximumScale: 2,
9595
};

0 commit comments

Comments
 (0)