From 0cbef53043299b9b5a2a19003ff4c53afb0413d5 Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Fri, 3 May 2024 16:04:38 +0100 Subject: [PATCH] fix(remix): ensure default meta tags are always present for generated applications #23037 --- .../generators/application/files/common/app/root.tsx__tmpl__ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/remix/src/generators/application/files/common/app/root.tsx__tmpl__ b/packages/remix/src/generators/application/files/common/app/root.tsx__tmpl__ index f7bdf668cab46d..7b97b10c540dac 100644 --- a/packages/remix/src/generators/application/files/common/app/root.tsx__tmpl__ +++ b/packages/remix/src/generators/application/files/common/app/root.tsx__tmpl__ @@ -9,15 +9,15 @@ import { } from "@remix-run/react"; export const meta: MetaFunction = () => ([{ - charset: "utf-8", title: "New Remix App", - viewport: "width=device-width,initial-scale=1", }]); export default function App() { return ( + +