diff --git a/lib/config/next-seo.config.ts b/lib/config/next-seo.config.ts index 5689521a..669c0af4 100644 --- a/lib/config/next-seo.config.ts +++ b/lib/config/next-seo.config.ts @@ -2,7 +2,7 @@ import { DefaultSeoProps } from "next-seo"; import { HeadSeoProps } from "@components/seo/head-seo"; const seoImages = { - default: "https://calendso.com/og-image.png", + default: "https://cal.com/og-image.png", ogImage: "https://og-image-one-pi.vercel.app/", };