From 270a175612de57acf548e72e1c651af19c324f99 Mon Sep 17 00:00:00 2001 From: johnchourajr Date: Sun, 18 Aug 2024 12:15:43 -0700 Subject: [PATCH] fix: og --- example/src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/example/src/app/layout.tsx b/example/src/app/layout.tsx index ac4a669..98709ef 100644 --- a/example/src/app/layout.tsx +++ b/example/src/app/layout.tsx @@ -5,6 +5,7 @@ import React from "react"; import "./globals.css"; export const metadata: Metadata = { + metadataBase: new URL("https://type.muybuen.dev"), title: "Buen Type", description: "A Tailwind CSS Plugin for creating and managing good typography systems",