Skip to content

Commit

Permalink
docs: optimize source code structure show (#2001) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Feb 13, 2021
1 parent 5225253 commit 198ee8a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ For example, you can specify multiple Rollup outputs with plugins that are only
Suppose you have the following source code structure:

```
|-package.json
|-vite.config.js
|-index.html
|-main.js
|-nested/
|---index.html
|---nested.js
├── package.json
├── vite.config.js
├── index.html
├── main.js
└── nested
├── index.html
└── nested.js
```

During dev, simply navigate or link to `/nested/` - it works as expected, just like for a normal static file server.
Expand Down

0 comments on commit 198ee8a

Please # to comment.