From 129fb554af57b0fa0801f5eb8ce7ad532af1f8b2 Mon Sep 17 00:00:00 2001 From: Soumyadip Chowdhury Date: Mon, 14 Oct 2024 12:05:03 +0530 Subject: [PATCH] chore: mjs file issue resolved --- .htaccess | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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