Skip to content

Commit 58e6c9a

Browse files
remove prefix from scripts
1 parent a70df3d commit 58e6c9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
incode.it

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"start": "gatsby develop",
2828
"build": "gatsby build",
29-
"deploy": "gatsby build --prefix-links && gh-pages -d public",
29+
"deploy": "gatsby build && gh-pages -d public",
3030
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"pages/*.js\" \"utils/*.js\" \"wrappers/*.js\" \"html.js\"",
3131
"test": "echo \"Error: no test specified\" && exit 1"
3232
}

0 commit comments

Comments
 (0)