Skip to content

Commit 2e61c5c

Browse files
committed
docs: Adding base to url
1 parent 51bcad6 commit 2e61c5c

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "rollup -c && dts-bundle-generator -o dist/MinecraftEventDrivenFormReact.d.ts src/index.ts ",
8-
"docs": "npx ladle build",
8+
"docs": "npx ladle build --base /minecraft-event-driven-form-react/",
99
"test": "jest",
1010
"prettier": "npm run prettier:base -- --write",
1111
"prettier:check": "npm run prettier:base -- --check",

0 commit comments

Comments
 (0)