Skip to content

Commit

Permalink
fix: replace 404 twitter image with a new one (#998)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Jun 4, 2024
1 parent 2dd1e7b commit 1509d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const enConfig = async () => ({
['meta', { property: 'twitter:url', content: 'https://greptime.com/' }],
['meta', { property: 'twitter:title', content: 'Cloud-scale, Fast and Efficient Time Series Data Infrastructure' }],
['meta', { property: 'twitter:description', content: 'Greptime provides cloud-scale, fast and efficient Time Series Data Infrastructure' }],
['meta', { property: 'twitter:image', content: 'https://greptime.com/resource/greptime_banner.png' }],
['meta', { property: 'twitter:image', content: 'https://greptime.com/resource/greptime_home_thumbnail.png' }],
// Bing verify
['meta', { name: 'msvalidate.01', content: 'BD813946F80D5B50E162932BF3FD0D49' }],
['meta', { name: 'docsearch:language', content: 'en-US'}],
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const zhConfig = async () => ({
['meta', { property: 'twitter:url', content: 'https://greptime.com/' }],
['meta', { property: 'twitter:title', content: '分布式、云原生、融合时序和分析为一体的时序数据实时处理平台' }],
['meta', { property: 'twitter:description', content: 'Greptime: 分布式、云原生、融合时序和分析为一体的时序数据实时处理平台' }],
['meta', { property: 'twitter:image', content: 'https://greptime.com/resource/greptime_banner.png' }],
['meta', { property: 'twitter:image', content: 'https://greptime.com/resource/greptime_home_thumbnail.png' }],
// Bing verify
['meta', { name: 'msvalidate.01', content: 'BD813946F80D5B50E162932BF3FD0D49' }],
['meta', { name: 'docsearch:language', content: 'zh-CN'}],
Expand Down

0 comments on commit 1509d61

Please sign in to comment.