This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ require('dotenv').config({
5
5
module . exports = {
6
6
siteMetadata : {
7
7
siteUrl : 'https://store.gatsbyjs.org' ,
8
- title : 'Gatsby Store' ,
9
- description : 'Get Gatsby Swag!'
8
+ title : 'Holy buckets! Get your Gatsby swag here!' ,
9
+ description :
10
+ 'Do you like spaced-out socks? All purple everything? Hitting #maximumcomf with JAMstack Jammies? Oh boy have we got the swag store for you!'
10
11
} ,
11
12
plugins : [
12
13
{
Original file line number Diff line number Diff line change @@ -72,13 +72,16 @@ export default () => (
72
72
73
73
< meta
74
74
property = "og:image"
75
- content = { `${ siteUrl } /android-chrome-512x512.png ` }
75
+ content = { `${ siteUrl } /instagram-doraforscale.jpg ` }
76
76
/>
77
- < meta property = "og:image:alt" content = "Gatsby Store Logo" />
78
- < meta property = "og:image:width" content = "512" />
79
- < meta property = "og:image:height" content = "512" />
77
+ < meta
78
+ property = "og:image:alt"
79
+ content = "Gatsby Socks using Dora for scale."
80
+ />
81
+ < meta property = "og:image:width" content = "1280" />
82
+ < meta property = "og:image:height" content = "686" />
80
83
81
- < meta name = "twitter:card" content = "summary " />
84
+ < meta name = "twitter:card" content = "summary_large_image " />
82
85
< meta name = "twitter:site" content = "@gatsbyjs" />
83
86
</ Helmet >
84
87
) }
You can’t perform that action at this time.
0 commit comments