Skip to content

Commit

Permalink
fix: auto zoom on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
therockstorm committed Nov 1, 2023
1 parent b0fce49 commit 486c8be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/assets/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="PrivacyProtect" />
Expand Down

1 comment on commit 486c8be

@vercel
Copy link

@vercel vercel bot commented on 486c8be Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.