I've really enjoyed using Cactus, but worried there won't be any more support for it since you guys are making Framer so awesome :) Do you have any plans to make updates?
One small thing I've had trouble with is that paths get exported as "/static" instead of "../static" when I use:
I've really enjoyed using Cactus, but worried there won't be any more support for it since you guys are making Framer so awesome :) Do you have any plans to make updates?
One small thing I've had trouble with is that paths get exported as "/static" instead of "../static" when I use:
<link rel="stylesheet" href="{% static '/css/style.css' %}>
<a href="{% url '/careers' %}">Careers</a>
Should I just not use Django for static and url paths?