base href updated
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 46s

This commit is contained in:
2026-01-12 11:16:52 +01:00
parent a2e9469498
commit 003fa07151
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
server {
listen 80;
location /produktbaum {
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;