Skip to content

Commit

Permalink
chore: deploy to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Oct 25, 2023
1 parent a7b53f8 commit 6863d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
Expand Down

1 comment on commit 6863d3c

@vercel
Copy link

@vercel vercel bot commented on 6863d3c Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

joyid-docs – ./

docs.joy.id
joyid-docs.vercel.app
joyid-docs-git-main-nervina.vercel.app
joyid-docs-nervina.vercel.app

Please sign in to comment.