From f8879d8bc9ece8e3bb4ebac2af456b0578f8695d Mon Sep 17 00:00:00 2001 From: rxf Date: Mon, 10 Nov 2025 13:03:20 +0100 Subject: [PATCH] Nochmal das Alles ??? --- index.html | 2 +- package.json | 2 +- src/App.css | 1 + vite.config.js | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a8518b7..25491ef 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - beoanswer_react + beoanswer
diff --git a/package.json b/package.json index 47313c1..a81c402 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beoanswer_react", "private": true, - "version": "1.0.1", + "version": "1.0.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src/App.css b/src/App.css index 88ffeb0..11d145a 100644 --- a/src/App.css +++ b/src/App.css @@ -10,6 +10,7 @@ margin: auto; border: 1px solid blue; background: lightgray; + border-radius: 10px; } button { diff --git a/vite.config.js b/vite.config.js index 6551ce0..a900589 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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' ? {