Skip to content

Commit

Permalink
fix: specify --base option (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa authored Sep 23, 2024
1 parent a315f17 commit e0ff759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"scripts": {
"build": "slidev build",
"build": "slidev build --base /slidev-addon-rabbit/",
"dev": "slidev --open",
"export": "slidev export"
},
Expand Down

0 comments on commit e0ff759

Please sign in to comment.