Enable HTTPS production deployment on Sinbad2 via Apache reverse proxy.

This commit is contained in:
Mireya Cueto Garrido
2026-06-03 10:41:02 +02:00
parent 31be326f2c
commit cccbe15275
22 changed files with 264 additions and 28 deletions
+3
View File
@@ -2,8 +2,11 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
const basePath = process.env.VITE_BASE_PATH || '/'
// https://vite.dev/config/
export default defineConfig({
base: basePath,
plugins: [
react(),
tailwindcss(),