From 59972bc8ea371d33424e12eb1e583bc508491d56 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 15 Sep 2021 17:27:00 +0100 Subject: [PATCH] fixed og-image --- lib/config/next-seo.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/next-seo.config.ts b/lib/config/next-seo.config.ts index 5689521a91..669c0af454 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/", };