Skip to content

Commit 3929554

Browse files
Merge remote-tracking branch 'origin/main'
2 parents f7d46d4 + f717ade commit 3929554

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const config: Config = {
134134
"Web3, blockchain platform, decentralized applications, Web3 development, passwordless authentication, datastore, file storage, hosting, serverless functions, analytics, open source"
135135
}
136136
],
137-
image: "img/social_image_v12.jpg",
137+
image: "img/social_image_v13.jpg",
138138
navbar: {
139139
logo: {
140140
alt: "Juno Logo",

showcase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"title": "Juno",
5656
"url": "https://juno.build",
5757
"description": "Isn't it meta that Juno is built with Juno?",
58-
"img": "https://juno.build/img/social_image_v12.jpg",
58+
"img": "https://juno.build/img/social_image_v13.jpg",
5959
"github": "https://github.com/junobuild/juno"
6060
},
6161
{

src/components/Head/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Home({ children }): JSX.Element {
1919
<meta content="website" property="og:type" />
2020
<meta content="https://juno.build" property="og:url" />
2121
<meta
22-
content="https://juno.build/img/social_image_v12.jpg"
22+
content="https://juno.build/img/social_image_v13.jpg"
2323
property="og:image"
2424
/>
2525
<meta content="summary_large_image" name="twitter:card" />
@@ -29,7 +29,7 @@ export default function Home({ children }): JSX.Element {
2929
name="twitter:description"
3030
/>
3131
<meta
32-
content="https://juno.build/img/social_image_v12.jpg"
32+
content="https://juno.build/img/social_image_v13.jpg"
3333
name="twitter:image"
3434
/>
3535
<meta content="@JunoBuild" name="twitter:creator" />

static/img/social_image_v12.jpg

-266 KB
Binary file not shown.

static/img/social_image_v13.jpg

195 KB
Loading

0 commit comments

Comments
 (0)