feat: app icon and readme

This commit is contained in:
2025-10-09 04:25:04 +02:00
parent c2680a9671
commit 93b9cd0a7d

View File

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