feat: basePath-Konfiguration von .env in config.json verschoben
basePath wird jetzt in config.json gepflegt statt als NEXT_PUBLIC_BASE_PATH in .env.* Alle relevanten Code-Stellen lesen basePath dynamisch aus config.json Dokumentation und Beispiele in Markdown-Dateien entsprechend angepasst Erhöhte Flexibilität für Deployments ohne Rebuild
This commit is contained in:
@@ -250,7 +250,7 @@ das Objekt selbst
|
||||
### ♻️ Refactor
|
||||
|
||||
- Alle hartkodierten `/talas5/`-Pfadangaben entfernt
|
||||
- Dynamischer `basePath` eingeführt über `.env.local → NEXT_PUBLIC_BASE_PATH`
|
||||
- Dynamischer `basePath` eingeführt über `public/config.json → basePath`
|
||||
- Unterstützt jetzt auch den Betrieb ohne Unterverzeichnis
|
||||
|
||||
### 🧠 Architektur
|
||||
|
||||
Reference in New Issue
Block a user