Skip to content

Commit 22ba853

Browse files
committed
do not customize meta for twitter
1 parent 1e60ece commit 22ba853

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ const metaMap = {
1010
{ name: 'description', content: 'GreptimeDB is an open-source unified time-series database for Metrics, Logs, Events, and Traces. Learn how to gain real-time insights from edge to cloud at any scale with GreptimeDB and GreptimeCloud.' },
1111
{ property: 'og:type', content: 'website' },
1212
{ property: 'og:url', content: 'https://docs.greptime.com/' },
13-
{ property: 'og:image', content: 'https://greptime.com/logo/img/logo-routine-level.png' },
13+
{ property: 'og:image', content: 'https://greptime.com/resource/greptime_home_thumbnail.png' },
1414
{ property: 'og:title', content: 'GreptimeDB Documentation | Unified Time-Series Database' },
1515
{ property: 'og:description', content: 'Discover how GreptimeDB unifies metrics, logs, events, and traces with SQL and PromQL. Real-time insights, high scalability, and cloud-native flexibility.' },
1616
{ property: 'twitter:card', content: 'summary_large_image' },
1717
{ property: 'twitter:url', content: 'https://greptime.com/' },
18-
{ property: 'twitter:title', content: 'GreptimeDB Documentation | Unified Time-Series Database' },
19-
{ property: 'twitter:description', content: 'Explore GreptimeDB, the open-source time-series database for metrics, logs, events, and traces. Seamless scalability, real-time insights, and observability workflows.' },
2018
{ property: 'twitter:image', content: 'https://greptime.com/resource/greptime_home_thumbnail.png' },
2119
{ name: 'msvalidate.01', content: 'BD813946F80D5B50E162932BF3FD0D49' }
2220
],

static/img/logo.svg

Lines changed: 11 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)