We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4c368 commit d0c6e05Copy full SHA for d0c6e05
config.toml
@@ -1 +1,2 @@
1
siteTitle="JavaScriptMN"
2
+linkPrefix=""
package.json
@@ -32,7 +32,7 @@
32
"main": "n/a",
33
"scripts": {
34
"build": "sh -e update-admin-pages; gatsby build",
35
- "deploy": "gatsby build --prefix-links && gh-pages -d public",
+ "deploy": "gatsby build --prefix-links && gh-pages -d public -b master",
36
"develop": "gatsby develop",
37
"test": "echo \"Error: no test specified\" && exit 1"
38
}
0 commit comments