Skip to content

Commit

Permalink
fix: Fix responsiveness by adding magical meta tag (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter authored Oct 8, 2023
1 parent dabc173 commit 56f06fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Flame Engine Website">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Flame Engine Website">
<link rel="apple-touch-icon" href="assets/icons/Icon-192.png">

<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/icons/favicon.png"/>

<title>Flame Engine</title>
<base href="/">
<link rel="manifest" href="manifest.json">


<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta data-react-helmet="true" name="description" content="2D game engine made on top of Flutter"/>
<meta data-react-helmet="true" property="og:title" content="Flame"/>
<meta data-react-helmet="true" property="og:description" content="2D game engine made on top of Flutter"/>
Expand Down

0 comments on commit 56f06fd

Please sign in to comment.