How to fix Module was blocked because of a disallowed MIME type (“application/octet-stream”)?
I’m trying to deploy a website I made (React app created with Vite, Typescript) using Netlify CLI but after it deploys and I check the URL the app doesn’t load and it just says Module from ‘…main.tsx’ was blocked because of a disallowed MIME type (“application/octet-stream”).
What should the type of this script tag in the html page be then?