Skip to content

Commit

Permalink
feat: base without trailing slash (#10723)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <[email protected]>
Closes vitejs/vite#9236
Closes vitejs/vite#8770
Closes vitejs/vite#8772
  • Loading branch information
BenediktAllendorf authored and tony19 committed Nov 12, 2022
1 parent 27c5a8d commit 30dd50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/server-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ createServer()

- **Type:** `string | undefined`

Prepend this folder to http requests, for use when proxying vite as a subfolder. Should start and end with the `/` character.
Prepend this folder to http requests, for use when proxying vite as a subfolder. Should start with the `/` character.

## server.fs.strict

Expand Down

0 comments on commit 30dd50a

Please sign in to comment.