I am trying to import image in JS file like this
import image from "./image/bg.png"
and in the script tag
<script type="module" src="./index.js"></script>
but I got an error - Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/png". Strict MIME type checking is enforced for module scripts per HTML spec.
how do I do it