From 75cccd1a446f33dbadd193a1fde867bd14e01172 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 2 Oct 2024 11:41:27 +0200 Subject: [PATCH] fix: fix viewport meta tag --- app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, ];