Fix jwt-token
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# For root deployment: VITE_BASE_PATH=/
|
||||
# For subdirectory deployment: VITE_BASE_PATH=/uggla/
|
||||
# Leave empty for default (root): VITE_BASE_PATH=
|
||||
VITE_BASE_PATH=/uggla/
|
||||
VITE_BASE_PATH=/
|
||||
|
||||
# API URL override (if API is hosted on different domain/port)
|
||||
# Default: auto-detected based on environment
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Production environment - deployed under /uggla/ path
|
||||
VITE_BASE_PATH=/uggla/
|
||||
# Production environment - deployed at root path
|
||||
VITE_BASE_PATH=/
|
||||
|
||||
# Debug configuration
|
||||
VITE_DEBUG_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user