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' ? {