Update frontend/src/app.html
Browse files- frontend/src/app.html +1 -1
frontend/src/app.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
6 |
-
<meta name="viewport" content="width=device-width, initial-scale=
|
7 |
%sveltekit.head%
|
8 |
</head>
|
9 |
<body data-sveltekit-preload-data="hover">
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7 |
%sveltekit.head%
|
8 |
</head>
|
9 |
<body data-sveltekit-preload-data="hover">
|