You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: siteConfig.js
+36-8Lines changed: 36 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
module.exports={
2
-
siteUrl: "https://wp-balsa-preview.draftbox.co",// Site domain. Do not include a trailing slash!
2
+
siteUrl: "http://localhost:8000",// Site domain. Do not include a trailing slash!
3
3
4
4
postsPerPage: 10,// Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
5
5
6
6
siteTitleMeta: "Built with Draftbox",// This allows an alternative site title for meta data for pages.
7
-
siteDescriptionMeta: "New-age blogging platform",// This allows an alternative site description for meta data for pages.
7
+
siteDescriptionMeta:
8
+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding",// This allows an alternative site description for meta data for pages.
8
9
9
10
shareImageWidth: 1000,// Change to the width of your default share image
10
11
shareImageHeight: 523,// Change to the height of your default share image
successMessage: "We’ll get in touch with you soon.",
69
70
},
71
+
metadata: {
72
+
title: "Built with Draftbox",
73
+
description:
74
+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding. Draftbox is a new-age blogging platform for everyone, built on Gatsby.",
75
+
},
76
+
twitterCard: {
77
+
title: "Built with Draftbox",
78
+
description:
79
+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding. Draftbox is a new-age blogging platform for everyone, built on Gatsby.",
80
+
imageUrl: "twitterImage.png",
81
+
username: "@DraftboxHQ",
82
+
},
83
+
facebookCard: {
84
+
title: "Built with Bro",
85
+
description:
86
+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding. Draftbox is a new-age blogging platform for everyone, built on Gatsby.",
87
+
imageUrl: "facebookImage.jpg",
88
+
appId: "2391725224459953",
89
+
},
90
+
siteTitle: "Built with Draftbox",
91
+
siteDescription:
92
+
"Lightning fast, secure front-end for your WordPress or Ghost blog, without coding.",
0 commit comments