feat: app icon and readme

This commit is contained in:
2025-10-09 04:29:05 +02:00
parent 93b9cd0a7d
commit 2890805ec3
2 changed files with 2 additions and 3 deletions

View File

@@ -62,8 +62,7 @@ http {
}
# Handle SPA routing
location /kompose {
alias /usr/share/nginx/html;
location / {
try_files $uri $uri/ /index.html;
}