Skip to content

Commit 49f7cd7

Browse files
committed
Update Config “general”
1 parent 9bfc009 commit 49f7cd7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

config.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"site_title": "Next.js Netlify Blog",
44
"site_description": "Next.js blog template for Netlify",
55
"site_keywords": [
6-
{ "keyword": "Next.js" },
7-
{ "keyword": "Netlify" },
8-
{ "keyword": "React" }
6+
{
7+
"keyword": "Next.js"
8+
},
9+
{
10+
"keyword": "Netlify"
11+
},
12+
{
13+
"keyword": "React"
14+
}
915
],
1016
"posts_per_page": 5,
11-
"twitter_account": "@my-account"
12-
}
17+
"twitter_account": "@my-account",
18+
"github_account": "wutali"
19+
}

0 commit comments

Comments
 (0)