From 7e8fe9eb79d681eaec58bdf6748dfed7e59db19f Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Fri, 9 May 2025 15:35:59 -0400 Subject: [PATCH] attemp to fix social sharing links --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 49050fc..7dfc1d0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -23,6 +23,7 @@ const cinzel = Cinzel_Decorative({ export const metadata: Metadata = { title: 'Tarokka', description: 'Fortune telling for D&D’s Curse of Strahd', + metadataBase: new URL('https://tarokka.app'), appleWebApp: { title: 'Tarokka', statusBarStyle: 'black-translucent',