diff --git a/src/app/[orgId]/layout.tsx b/src/app/[orgId]/layout.tsx index 77d928dc..291c37db 100644 --- a/src/app/[orgId]/layout.tsx +++ b/src/app/[orgId]/layout.tsx @@ -11,7 +11,7 @@ import { GetOrgResponse, ListOrgsResponse } from "@server/routers/org"; import { authCookieHeader } from "@app/api/cookies"; export const metadata: Metadata = { - title: `Configuration - ${process.env.NEXT_PUBLIC_APP_NAME}`, + title: `Configuration - Pangolin`, description: "", }; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8a27fbcd..5db51f3b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ import { redirect } from "next/navigation"; import { verifySession } from "@app/lib/auth/verifySession"; export const metadata: Metadata = { - title: `Dashboard - ${process.env.NEXT_PUBLIC_APP_NAME}`, + title: `Dashboard - Pangolin`, description: "", };