diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 768d779d..a04496d9 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -134,7 +134,7 @@ const config: Config = { "Web3, blockchain platform, decentralized applications, Web3 development, passwordless authentication, datastore, file storage, hosting, serverless functions, analytics, open source" } ], - image: "img/social_image_v12.jpg", + image: "img/social_image_v13.jpg", navbar: { logo: { alt: "Juno Logo", diff --git a/showcase.json b/showcase.json index 03ed9e14..1e7d633c 100644 --- a/showcase.json +++ b/showcase.json @@ -55,7 +55,7 @@ "title": "Juno", "url": "https://juno.build", "description": "Isn't it meta that Juno is built with Juno?", - "img": "https://juno.build/img/social_image_v12.jpg", + "img": "https://juno.build/img/social_image_v13.jpg", "github": "https://github.com/junobuild/juno" }, { diff --git a/src/components/Head/index.tsx b/src/components/Head/index.tsx index f1e1c43b..4cc643a5 100644 --- a/src/components/Head/index.tsx +++ b/src/components/Head/index.tsx @@ -19,7 +19,7 @@ export default function Home({ children }): JSX.Element { @@ -29,7 +29,7 @@ export default function Home({ children }): JSX.Element { name="twitter:description" /> diff --git a/static/img/social_image_v12.jpg b/static/img/social_image_v12.jpg deleted file mode 100644 index 412fa078..00000000 Binary files a/static/img/social_image_v12.jpg and /dev/null differ diff --git a/static/img/social_image_v13.jpg b/static/img/social_image_v13.jpg new file mode 100644 index 00000000..a181e42d Binary files /dev/null and b/static/img/social_image_v13.jpg differ