diff --git a/apps/webapp/app/root.tsx b/apps/webapp/app/root.tsx index a77c7a8c7..e709761f1 100644 --- a/apps/webapp/app/root.tsx +++ b/apps/webapp/app/root.tsx @@ -25,7 +25,7 @@ export const links: LinksFunction = () => { export const meta: TypedMetaFunction = (args) => { return metaV1(args, { - title: `Trigger.dev${appEnvTitleTag(args.data.appEnv)}`, + title: `Trigger.dev${appEnvTitleTag(args.data?.appEnv)}`, charset: "utf-8", viewport: "width=1024, initial-scale=1", });