Fix jwt-token

This commit is contained in:
2025-09-06 15:24:29 +02:00
parent 215b06b5c1
commit 2ae6f9d7de
5 changed files with 15 additions and 11 deletions

View File

@@ -1,9 +1,11 @@
# Client Environment Configuration
# Base path for the application (used for deployment in subdirectories)
# Default: '/drones' in production, '' in development
# Example: VITE_BASE_PATH=/my-custom-path
# VITE_BASE_PATH=
# Examples:
# 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/
# API URL override (if API is hosted on different domain/port)
# Default: auto-detected based on environment