Skip to content

Commit

Permalink
Add viewport meta tag for better mobile scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Dec 2, 2024
1 parent d8b1a6e commit 630a886
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export const meta: MetaFunction = () => {
name: "description",
content: "Get rewards for completing Advent of Code challenges!",
},
{
name: "viewport",
content: "width=device-width, initial-scale=1",
},
];
};

Expand Down

0 comments on commit 630a886

Please sign in to comment.