diff --git a/src/root.tsx b/src/root.tsx index aeaf788..0140426 100644 --- a/src/root.tsx +++ b/src/root.tsx @@ -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", + }, ]; };