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 07c3bd8 commit 0483930Copy full SHA for 0483930
package.json
@@ -17,7 +17,7 @@
17
"start": "next start",
18
"export": "next export",
19
"predeploy": "npm run build && npm run export && touch ./out/.nojekyll",
20
- "deploy": "npm run custom-domain && node scripts/pages.js SafeNetIoT master",
+ "deploy": "node scripts/pages.js SafeNetIoT gh-pages",
21
"custom-domain": "node scripts/cname.js safenetiot.com www.SafeNetIoT.github.io",
22
"lint": "next lint"
23
},
0 commit comments