Nochmal das Alles ???

This commit is contained in:
rxf
2025-11-10 13:03:20 +01:00
parent aa6da7f7e1
commit f8879d8bc9
4 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig(({ mode }) => {
return {
plugins: [react()],
base: mode === 'production' ? '/beoanswer/' : '/', // Nur in Production Unterverzeichnis
server: {
// Proxy nur für Development
proxy: mode === 'development' ? {