diff --git a/.htaccess b/.htaccess
index df61d8b..e45f089 100644
--- a/.htaccess
+++ b/.htaccess
@@ -45,12 +45,11 @@ Header set Cache-Control "max-age=3600, s-max-age=3600, public, no-cache"
# Ensure .mjs files are served with the correct MIME type
AddType application/javascript .mjs
- AddType application/javascript .js
-# Set Content-Type header specifically for .js and .mjs files
+# Set Content-Type header specifically for .mjs files
-
+
Header set Content-Type "application/javascript"
-
+
\ No newline at end of file