From 469a027bb6f4fcb48cb4c1b4e4b7ee8f6fdfb443 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 5 Jun 2025 22:51:56 +0530 Subject: [PATCH] [WEB-4274] fix: metadata base url warning #7175 --- web/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 41d88640ad..56d6ba2edb 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -15,6 +15,7 @@ import { AppProvider } from "./provider"; export const metadata: Metadata = { title: "Plane | Simple, extensible, open-source project management tool.", description: SITE_DESCRIPTION, + metadataBase: new URL("https://app.plane.so"), openGraph: { title: "Plane | Simple, extensible, open-source project management tool.", description: "Open-source project management tool to manage work items, cycles, and product roadmaps easily",