When executing the mint build command, several options need to be added.
See: https://github.com/mint-lang/mint/discussions/543
you need to add the --relative flag, since now it tried to load the index.js from the root domain, so the full build command is:
mint build --skip-service-worker --relative
Have a nice day!
Top comments (1)
mint-lang.com/ Is the official website :)