From 17d7e52216f499643efa43894e55a65525ba753c Mon Sep 17 00:00:00 2001 From: Soybean Date: Fri, 15 Nov 2024 22:45:28 +0800 Subject: [PATCH] chore(projects): add desc for base url of app --- .env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env b/.env index ace03e36..d2d7f54c 100644 --- a/.env +++ b/.env @@ -1,3 +1,5 @@ +# the base url of the application, the default is "/" +# if use a sub directory, it must be end with "/", like "/admin/" but not "/admin" VITE_BASE_URL=/ VITE_APP_TITLE=SoybeanAdmin