mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com> Co-authored-by: Valentin Cocaud <v.cocaud@gmail.com> Co-authored-by: YassinEldeeb <yassineldeeb94@gmail.com>
13 lines
539 B
Diff
13 lines
539 B
Diff
diff --git a/dist/index.js b/dist/index.js
|
|
index 4d1647d8b9d037c9e091e8378d042da4cc569d84..4e45feaeff93ca320e388254012427d69f42968e 100644
|
|
--- a/dist/index.js
|
|
+++ b/dist/index.js
|
|
@@ -2708,7 +2708,7 @@ function defineConfig({
|
|
// other pages
|
|
asPath
|
|
)}`,
|
|
- image = `https://og-image.the-guild.dev/?product=${websiteName}&title=${encodeURI(
|
|
+ image = `https://og-image.the-guild.dev/?product=${websiteName.toUpperCase()}&title=${encodeURI(
|
|
pageTitle
|
|
)}`
|
|
} = frontMatter;
|