Skip to content

Commit

Permalink
docs: update default value of output.distPath.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wjw99830 committed Sep 13, 2024
1 parent aee2f89 commit d2f3f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/en/config/output/dist-path.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type DistPathConfig = {
```js
const defaultDistPath = {
root: 'dist',
html: '/',
html: './',
js: isServer ? '' : 'static/js',
jsAsync: isServer ? '' : 'static/js/async',
css: 'static/css',
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/config/output/dist-path.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type DistPathConfig = {
```js
const defaultDistPath = {
root: 'dist',
html: '/',
html: './',
js: isServer ? '' : 'static/js',
jsAsync: isServer ? '' : 'static/js/async',
css: 'static/css',
Expand Down

0 comments on commit d2f3f22

Please sign in to comment.