From 07116d79096779fb89e8eb9a5ed3baf9001f1453 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Fri, 30 Jan 2026 09:21:40 +0100 Subject: [PATCH] [dyad] Configured custom domain for deployment - wrote 1 file(s) --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8086539..0781a95 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,6 +14,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { + metadataBase: new URL("https://clips.linxweiler.xyz"), title: "Video Clip Cutter", description: "Trim and share video clips", };