diff --git a/app/root.tsx b/app/root.tsx index 769f6e8..eb4de43 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -27,7 +27,7 @@ export const meta: MetaFunction = () => [ title: "Nullndr", }, { - property: "viewport", + name: "viewport", content: "width=device-width,initial-scale=1.0", }, ];