Skip to content

Commit 0f4ed1c

Browse files
committed
test: temporarily change prod url for testing
1 parent fc4332d commit 0f4ed1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function createConfig() {
4747
favicon: 'img/image-js-favicon.svg',
4848

4949
// Set the production url of your site here
50-
url: 'https://docs.image-js.org/',
50+
url: 'https://146-change-open-graph-image.image-js-docs.pages.dev/',
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.png',
120+
image: '/img/social-card-test.png',
121121
metadata: [
122122
{ property: 'og:image:width', content: '1200' },
123123
{ property: 'og:image:height', content: '630' },

0 commit comments

Comments
 (0)