Skip to content

Commit

Permalink
fix: Change Card URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Nov 5, 2023
1 parent d6e5e00 commit ea103a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vitepress/.vitepress/config/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const enConfig = {
description: META_DESCRIPTION,
head: [
['meta', { property: 'og:url', content: META_URL }],
['meta', { property: 'og:image', content: 'https://pot-app.com/img/pot-social-card.png' }],
['meta', { property: 'og:image', content: '/img/pot-social-card.png' }],
['meta', { property: 'og:description', content: META_DESCRIPTION }],
['meta', { property: 'twitter:url', content: META_URL }],
['meta', { property: 'twitter:title', content: META_TITLE }],
Expand Down
2 changes: 1 addition & 1 deletion vitepress/.vitepress/config/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const zhConfig = {
description: META_DESCRIPTION,
head: [
['meta', { property: 'og:url', content: META_URL }],
['meta', { property: 'og:image', content: 'https://pot-app.com/img/pot-social-card.png' }],
['meta', { property: 'og:image', content: '/img/pot-social-card.png' }],
['meta', { property: 'og:description', content: META_DESCRIPTION }],
['meta', { property: 'twitter:url', content: META_URL }],
['meta', { property: 'twitter:title', content: META_TITLE }],
Expand Down

0 comments on commit ea103a7

Please sign in to comment.