Skip to content

Commit

Permalink
update og image ref url
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomzy2223 committed Jan 13, 2025
1 parent 7725c1a commit a661eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import './global.css'
import { getLocale } from 'next-intl/server'
import { getTranslations } from 'next-intl/server'

const DEFAULT_OG_IMAGE = 'https://iq.iqai.com/og_image.png'
const DEFAULT_OG_IMAGE = '/og_image.png'
const BASE_URL = 'https://iq.iqai.com'
const OPENGRAPH_URL = 'https://iq.iqai.com/dashboard'
const TWITTER_IMAGE_URL = 'https://iq.iqai.com/og_image.png'
Expand Down

0 comments on commit a661eb5

Please sign in to comment.