Skip to content

Commit

Permalink
Add mobile-web-app-capable meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Sep 28, 2024
1 parent af373b6 commit 57e908f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<meta
name="mobile-web-app-capable"
content="yes"
/>
<meta
name="apple-mobile-web-app-capable"
content="yes"
Expand Down

0 comments on commit 57e908f

Please sign in to comment.