diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ca8bcbb5..5151ab00 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,10 @@ const geistMono = Geist_Mono({ subsets: ["latin"], }); +const appUrl = process.env.NEXT_PUBLIC_APP_URL ?? "http://localhost:3000"; + export const metadata: Metadata = { + metadataBase: new URL(appUrl), title: "PlotLink", description: "Tokenise your story from day 1. Publish plots, drive trading, earn royalties from every trade — powered by the market, not a platform.", icons: { icon: "/favicon.png" },