I started using Parcel (together with React), and when I build a project, in the file "index.html " links start with "/", and should be with "./", who knows how to configure?
On the CLI, Parcel has a parameter --public-url, which you can use to change / to ./:
So your build script might look something like: npx parcel build index.html --public-url ./