Hi
when using a custom font in the the theme and then export the elements project. The font resource is missing in the export.
Hi
when using a custom font in the the theme and then export the elements project. The font resource is missing in the export.
Do you have a sample project you can share so we can fix this quickly?
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.
Ah! Okay, thanks for diving into that. Much appreciated. I’ve created a ticket to make sure we get this fixed very soon
Hi @dan,
any idea when you guys plan to fix this? It has not been in any of the previous updates.
Sorry for the delay on this one! We plan to get it fixed in this weeks build
@Beblebroks Great news, I’ve just fixed this so keep an eye out for this week’s build!
@Beblebroks This has now been added in the latest build, 0.8.0!
Thanks