build: generate build with admin as the base for subpath based access

This commit is contained in:
jamesgeorge007
2023-10-24 13:52:22 +05:30
parent 03e21e0b0c
commit 8703a0dcfd
4 changed files with 10 additions and 3 deletions

View File

@@ -59,3 +59,6 @@ VITE_BACKEND_API_URL=http://localhost:3170/v1
# Terms Of Service And Privacy Policy Links (Optional)
VITE_APP_TOS_LINK=https://docs.hoppscotch.io/support/terms
VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/support/privacy
# Set to `true` for subpath based access
VITE_INCLUDE_ADMIN_PREFIX=false