Skip to content

Commit 3b11e1f

Browse files
feat: update social image (#556)
* feat: update social image Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * feat: with menu open Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 118b3e6 commit 3b11e1f

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_v9.jpg",
137+
image: "img/social_image_v10.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
@@ -67,7 +67,7 @@
6767
"title": "Juno",
6868
"url": "https://juno.build",
6969
"description": "Isn't it meta that Juno is built with Juno?",
70-
"img": "https://juno.build/img/social_image_v9.jpg",
70+
"img": "https://juno.build/img/social_image_v10.jpg",
7171
"github": "https://github.com/junobuild/juno"
7272
},
7373
{

src/components/Head/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ export default function Home({ children }): JSX.Element {
1616
<meta content="website" property="og:type" />
1717
<meta content="https://juno.build" property="og:url" />
1818
<meta
19-
content="https://juno.build/img/social_image_v9.jpg"
19+
content="https://juno.build/img/social_image_v10.jpg"
2020
property="og:image"
2121
/>
2222
<meta content="summary_large_image" name="twitter:card" />
2323
<meta content="Juno" name="twitter:title" />
2424
<meta content="Run ideas in your container" name="twitter:description" />
2525
<meta
26-
content="https://juno.build/img/social_image_v9.jpg"
26+
content="https://juno.build/img/social_image_v10.jpg"
2727
name="twitter:image"
2828
/>
2929
<meta content="@JunoBuild" name="twitter:creator" />

static/img/social_image_v10.jpg

248 KB
Loading

static/img/social_image_v9.jpg

-250 KB
Binary file not shown.

0 commit comments

Comments
 (0)