Missing custom font ressources

Hi @dan,

we have been able to reproduce that error. Took a bit of time.
So the main issue is that it looks like the path in the index.css file for resources is wrong. The path is stating “../resources”, but the file “index.css” is in the same directory as that file.

When hosting those files on the root. It works and it won’t be visible. But if the project gets exported to a subfolder like https://my-domain.com/dev then it breaks.