diff --git a/examples/remix/app/root.tsx b/examples/remix/app/root.tsx index 26f880a9..17b33bf4 100644 --- a/examples/remix/app/root.tsx +++ b/examples/remix/app/root.tsx @@ -10,7 +10,7 @@ import { Header } from "@repo/shared"; export const meta: MetaFunction = () => [ { charset: "utf-8", - title: `Blog | React18 Loaders`, + title: "Blog | React18 Loaders", viewport: "width=device-width,initial-scale=1", }, ];