Skip to content

Commit

Permalink
fix: add viewport setting in html head tag for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
threedalpeng committed Feb 15, 2024
1 parent f59819e commit 874b78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en" data-theme="dalpeng">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" sizes="48x48" />
<link rel="icon" href="%sveltekit.assets%/vite.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon-180x180.png" />
Expand Down

0 comments on commit 874b78d

Please sign in to comment.