Closed Bamieh closed 7 years ago
hey buddy,
First i would like to thank you for the amazing job with the template.
As the name suggests, there is a bug that skel_configs do not take from the SITE_URL config. to fix this i added the following locally:
skel_configs
SITE_URL
<!-- templates/base.html --> <script> window.SITEURL = "{{SITEURL}}" </script>
// static/js/config.js window._skel_config = { ..., prefix: `${window.SITEURL}theme/css/style`, ..., }
what do you think about this? if we're on the same page i can submit a pull request for you
cheers!
Hey, sorry for the long wait. You're totally right. I've made the changes and gave you credit for it :) Thanks!
thank you!
hey buddy,
First i would like to thank you for the amazing job with the template.
As the name suggests, there is a bug that
skel_configs
do not take from theSITE_URL
config. to fix this i added the following locally:what do you think about this? if we're on the same page i can submit a pull request for you
cheers!