From 742205435902eb4f8455d1b5bad67d1bff3e7e1b Mon Sep 17 00:00:00 2001 From: Anthony Guimard Date: Wed, 7 Feb 2024 22:37:41 +0100 Subject: [PATCH] fix: remove duplicate meta viewport --- app/root.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index 92b3950..67bc37e 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -12,7 +12,6 @@ import './tailwind.css'; export const meta: MetaFunction = () => { return [ { charSet: 'utf-8' }, - { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { title: 'Starter - here we go again' }, { name: 'description',