Skip to content

Commit 90499dd

Browse files
committed
Fix build base
1 parent dd0c38d commit 90499dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch": "npm run build -- --watch",
1313
"watch:dev": "npm run build:dev -- --watch",
1414
"docz:dev": "docz dev",
15-
"docz:build": "docz build",
15+
"docz:build": "docz build --base /react-wordpress-hooks",
1616
"deploy": "gh-pages -d .docz/dist",
1717
"lint": "eslint './src/**/*.tsx' --fix",
1818
"prettier": "prettier --write 'src/**/*.tsx'"

0 commit comments

Comments
 (0)