Fix hostname: works.baumann.gr not works.adebaumann.com

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 00:31:08 +02:00
parent 9e7223a1f5
commit 5f09fb5c8c
+1 -1
View File
@@ -48,7 +48,7 @@ docker build -t m1730-scale:latest .
kubectl apply -f k8s/
```
NPM should proxy `https://works.adebaumann.com/M1730-generator/``http://m1730-generator/` **with the prefix stripped** (trailing slash on `proxy_pass`). The frontend uses a relative `fetch('generate', ...)` URL so it works correctly under any subpath.
NPM should proxy `https://works.baumann.gr/M1730-generator/``http://m1730-generator/` **with the prefix stripped** (trailing slash on `proxy_pass`). The frontend uses a relative `fetch('generate', ...)` URL so it works correctly under any subpath.
## Editing SVG files directly