In Project Web the MIME type of .mjs files is applications/octet-stream. Because of this import Fuse from "fuse.min.mjs" does not longer work. Can you please set the MIME type of .mjs to text/javascript? AFAIK .mjs is a common extension for javascript modules not only used by fuse.js.
Without the correct MIME type the search on my hugo based pages https://koma-script.sourceforge.io is broken.
BTW: Before you disabled .htaccess a workaround was to add
AddType text/javascript .mjs
there. But since May 20th, 2025 this does not work any longer.
Yes, please. I second this request.
Regards,
wmlive