Nochmal das Alles ???
This commit is contained in:
@@ -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' ? {
|
||||
|
||||
Reference in New Issue
Block a user