From dc13140cc44b84a28cbc3cc2cf6ade8f6809edc4 Mon Sep 17 00:00:00 2001 From: Mitchell Scott <10804314+rmitchellscott@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:40:52 -0600 Subject: [PATCH] fix: radar mime-type in chrome --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index 40d7545..9f6e9c0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,6 +2,9 @@ server { listen 8080; server_name localhost; include mime.types; + types { + text/javascript mjs; + } root /usr/share/nginx/html;