Browse Source

Update app.html

Timothy J. Baek 1 year ago
parent
commit
e9c83a8897
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app.html

+ 1 - 1
src/app.html

@@ -3,7 +3,7 @@
 	<head>
 	<head>
 		<meta charset="utf-8" />
 		<meta charset="utf-8" />
 		<link rel="icon" href="%sveltekit.assets%/favicon.png" />
 		<link rel="icon" href="%sveltekit.assets%/favicon.png" />
-		<meta name="viewport" content="width=device-width" />
+		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
 		%sveltekit.head%
 		%sveltekit.head%
 	</head>
 	</head>
 	<body data-sveltekit-preload-data="hover">
 	<body data-sveltekit-preload-data="hover">