From 30dd50a93110b1d7d9ad3c410335cc3eb58f3b25 Mon Sep 17 00:00:00 2001 From: Benedikt Allendorf Date: Sat, 12 Nov 2022 21:49:09 +0100 Subject: [PATCH] feat: base without trailing slash (#10723) Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Closes https://github.com/vitejs/vite/issues/9236 Closes https://github.com/vitejs/vite/issues/8770 Closes https://github.com/vitejs/vite/pull/8772 --- docs/config/server-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/server-options.md b/docs/config/server-options.md index da75fc3a..89287fe5 100644 --- a/docs/config/server-options.md +++ b/docs/config/server-options.md @@ -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