Skip to content

Commit

Permalink
feat: change thumnail base
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo1912 committed Mar 7, 2024
1 parent 1b33300 commit f085d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit f085d6a

Please sign in to comment.