From 6863d3c92d23f3614a602269bcd96ccfefdc4b61 Mon Sep 17 00:00:00 2001 From: yuche Date: Thu, 26 Oct 2023 01:50:51 +0800 Subject: [PATCH] chore: deploy to prod --- theme.config.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.config.tsx b/theme.config.tsx index c3eb484..996a80d 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -38,8 +38,8 @@ const config: DocsThemeConfig = { const { route } = useRouter() const socialCard = route === '/' || !title - ? 'https://nextra.site/og.jpeg' - : `https://nextra.site/api/og?title=${title}` + ? 'https://docs.joy.id/api/og?title=Documentation' + : `https://docs.joy.id/api/og?title=${title}` return ( <>