Hi, I have multiple sites in webflow. I EXPORT the sites and ALWAYS host myself. However there is inconsistency in how webflow names the generated js and css files upon export (and obviously all the links in the page code).
On one of my sites, when you export it does with its CSS and JS file naming in a way that really helps (but on all the other sites it does not do this)…
How do I get other sites to do the same naming convention as this. In a site you setup a SUB-DOMAIN, such as xxxxxx.webflow.io
When you export, the xxxxx on the one site results in these files:
/js/xxxxx.js
/css/xxxxx.css
/css/components.css
/css/normalize.css
BUT… for all my other sites (how I don’t want it, and the long-standing convention), it exports as:
/js/webflow.js
/css/xxxxx.webflow.css
/css/webflow.css
/css/normalize.css
Does anyone know why one of my sites is exporting with one naming convention and the others are doing it differently? I can’t work out why. It would REALLY help me for reasons that are too long to type if that first naming convention was for all sites (the second naming convention is the long-standing one that webflow has used for years).
I have done nothing with the settings of these sites for one of them to change the naming convention, but I’d like it to be that new way for all sites, because the JS filename in particular would then be unique, per site.