Skip to content

Commit

Permalink
website: update meta image. (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Sep 17, 2024
1 parent 2640f89 commit 4603e9e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default defineConfig({

const title = `${fm.title || siteData.title} | ${fm.titleTemplate || 'ElectricSQL'}`
const description = fm.description || siteData.description
const image = `https://electric-sql.com${fm.image || '/img/postgres-sync.jpg'}`
const image = `https://electric-sql.com${fm.image || '/img/meta/why-fetch-when-you-can-sync.jpg'}`

head.push(['meta', { name: 'twitter:card', content: 'summary_large_image' }])
head.push(['meta', { name: 'twitter:image', content: image }])
Expand Down
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4603e9e

Please sign in to comment.