Skip to content

Commit

Permalink
docs: update api-javascript build base
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Oct 22, 2021
1 parent 5306632 commit 9af4f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-javascript.md
Expand Up @@ -128,8 +128,8 @@ const { build } = require('vite')
;(async () => {
await build({
root: path.resolve(__dirname, './project'),
base: '/foo/',
build: {
base: '/foo/',
rollupOptions: {
// ...
}
Expand Down

0 comments on commit 9af4f7c

Please sign in to comment.