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 dd0c38d commit 90499ddCopy full SHA for 90499dd
package.json
@@ -12,7 +12,7 @@
12
"watch": "npm run build -- --watch",
13
"watch:dev": "npm run build:dev -- --watch",
14
"docz:dev": "docz dev",
15
- "docz:build": "docz build",
+ "docz:build": "docz build --base /react-wordpress-hooks",
16
"deploy": "gh-pages -d .docz/dist",
17
"lint": "eslint './src/**/*.tsx' --fix",
18
"prettier": "prettier --write 'src/**/*.tsx'"
0 commit comments