From bc1fb085848b4df5d16b15837a1c18e3005ae8e8 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 22 Jan 2026 18:57:35 +0100 Subject: [PATCH] test logo --- install/romm-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/romm-install.sh b/install/romm-install.sh index 1af124cef..73f2ada65 100644 --- a/install/romm-install.sh +++ b/install/romm-install.sh @@ -201,6 +201,14 @@ server { try_files $uri $uri/ /index.html; } + # Static assets + location /assets { + alias /opt/romm/frontend/dist/assets; + try_files $uri $uri/ =404; + expires 1y; + add_header Cache-Control "public, immutable"; + } + # EmulatorJS player - requires COOP/COEP headers for SharedArrayBuffer location ~ ^/rom/.*/ejs$ { add_header Cross-Origin-Embedder-Policy "require-corp";