We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70df3d commit 58e6c9aCopy full SHA for 58e6c9a
assets/CNAME
@@ -0,0 +1 @@
1
+incode.it
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"start": "gatsby develop",
28
"build": "gatsby build",
29
- "deploy": "gatsby build --prefix-links && gh-pages -d public",
+ "deploy": "gatsby build && gh-pages -d public",
30
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"pages/*.js\" \"utils/*.js\" \"wrappers/*.js\" \"html.js\"",
31
"test": "echo \"Error: no test specified\" && exit 1"
32
}
0 commit comments