From f085d6a4574b7db51f9f597f950ed04ff11f214d Mon Sep 17 00:00:00 2001 From: turbo1921 Date: Wed, 6 Mar 2024 16:00:52 -0800 Subject: [PATCH] feat: change thumnail base --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index e8f5ce8..00f4104 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,7 +12,7 @@ export const metadata: Metadata = { description: "A demo comparing different upscalers served by fal.ai", authors: [{ name: "fal.ai", url: "https://fal.ai" }], // [TODO]: Update this to the correct URL - metadataBase: new URL("https://fastsdxl.ai"), + metadataBase: new URL("https://upscaler.party"), openGraph: { images: "/og_thumbnail.jpeg", },