Skip to content

Commit 0b5cff4

Browse files
committed
chore: choose social card image and return prod url
1 parent 0f4ed1c commit 0b5cff4

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ async function createConfig() {
4343
const rehypePlugins = [(await import('rehype-katex')).default];
4444
return {
4545
title: 'ImageJS',
46-
tagline: 'Advanced image processing and manipulation in JavaScript.',
46+
tagline: 'Advanced image processing in JavaScript.',
4747
favicon: 'img/image-js-favicon.svg',
4848

4949
// Set the production url of your site here
50-
url: 'https://146-change-open-graph-image.image-js-docs.pages.dev/',
50+
url: 'https://docs.image-js.org/',
5151
// Set the /<baseUrl>/ pathname under which your site is served
5252
// For GitHub pages deployment, it is often '/<projectName>/'
5353
baseUrl: '/',
@@ -117,7 +117,7 @@ async function createConfig() {
117117
themeConfig:
118118
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
119119
({
120-
image: '/img/social-card-test.png',
120+
image: '/img/image-js-social-card.png',
121121
metadata: [
122122
{ property: 'og:image:width', content: '1200' },
123123
{ property: 'og:image:height', content: '630' },

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

static/img/image-js-social-card.png

152 KB
Loading

static/img/social-card-test.png

-14 KB
Binary file not shown.

static/img/social-card.png

-678 KB
Binary file not shown.

0 commit comments

Comments
 (0)