mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
docs: fix og image path
This commit is contained in:
parent
075d3f68fe
commit
664d711718
@ -13,7 +13,7 @@ export default defineConfig({
|
||||
['meta', { property: 'og:locale', content: 'en' }],
|
||||
['meta', { property: 'og:title', content: 'Sky Follower Bridge' }],
|
||||
['meta', { property: 'og:site_name', content: 'Sky Follower Bridge' }],
|
||||
['meta', { property: 'og:image', content: 'https://sky-follower-bridge-docs.vercel.app/og-image.png' }],
|
||||
['meta', { property: 'og:image', content: 'https://sky-follower-bridge-docs.vercel.app/images/og-image.png' }],
|
||||
['meta', { property: 'og:url', content: 'https://sky-follower-bridge-docs.vercel.app/' }],
|
||||
['link', { rel: 'icon', type: 'image/png', href: '/favicon/favicon-96x96.png', sizes: '96x96' }],
|
||||
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon/favicon.svg' }],
|
||||
|
Loading…
x
Reference in New Issue
Block a user