From 6c76ec57f22a1f5a35aae025f43bc85efc40a990 Mon Sep 17 00:00:00 2001 From: Sergey Mankovsky Date: Wed, 4 Sep 2024 13:33:34 +0200 Subject: [PATCH] Update metadata url --- www/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",