diff --git a/www/app/layout.tsx b/www/app/layout.tsx index 4dd0e79f..a1fa1af2 100644 --- a/www/app/layout.tsx +++ b/www/app/layout.tsx @@ -16,7 +16,7 @@ export const viewport: Viewport = { }; export const metadata: Metadata = { - metadataBase: new URL(process.env.DEV_URL || "https://reflector.media"), + metadataBase: new URL(process.env.NEXT_PUBLIC_SITE_URL!), title: { template: "%s – Reflector", default: "Reflector - AI-Powered Meeting Transcriptions by Monadical",