# Base URL of the SlpModularCms .NET API. # # LOCAL DEV (recommended): leave empty and configure the Vite proxy in # vite.config.ts. The proxy forwards /api/* to the backend so all requests # stay same-origin — required for the SameSite=Strict refresh-token cookie. VITE_API_BASE_URL= # DIRECT (no proxy): point to the backend URL. CORS must allow this origin # with credentials, and SameSite may block the cookie on page reload if the # schemes differ (e.g. http frontend → https backend). # VITE_API_BASE_URL=https://localhost:7221