Skip to content

Commit

Permalink
Specify meta charset
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Sep 8, 2023
1 parent d974a52 commit 9b2a07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/Document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const Document: React.FC<DocumentProps> = ({ children, css, meta }) => {
return (
<html lang="en">
<head>
<meta charSet="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicon.png" />
<script
Expand Down

0 comments on commit 9b2a07d

Please sign in to comment.