Skip to content

Commit d0c6e05

Browse files
committed
Update configuration
1 parent 3b4c368 commit d0c6e05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
siteTitle="JavaScriptMN"
2+
linkPrefix=""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"main": "n/a",
3333
"scripts": {
3434
"build": "sh -e update-admin-pages; gatsby build",
35-
"deploy": "gatsby build --prefix-links && gh-pages -d public",
35+
"deploy": "gatsby build --prefix-links && gh-pages -d public -b master",
3636
"develop": "gatsby develop",
3737
"test": "echo \"Error: no test specified\" && exit 1"
3838
}

0 commit comments

Comments
 (0)