feat(frontend): you can now update your icon

This commit is contained in:
Maieul BOYER 2026-01-16 15:46:50 +01:00 committed by Nigel
parent 3cccc18e9a
commit 5884407f35
3 changed files with 64 additions and 11 deletions

View file

@ -6,4 +6,5 @@ location /api/icons/ {
location /icons/ {
root /volumes/;
default_type image/png;
add_header Cache-Control "max-age=30";
}