Fix jwt-token

This commit is contained in:
2025-09-12 21:47:26 +02:00
parent 1a94121d14
commit f778d9cb54
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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