This question has been flagged

I have an external site that is using the CSS from my Odoo site via the url. My problem is that Odoo generates unique urls when changes are made. My external site will be looking at https://mysite.com/web/content/11589-862f19e/website.assets_frontend.0.css but Odoo will regenerate my URL the next time changes are made and the numbers will be different. I've tried redirecting all https://mysite.com/web/content/*/website.assets_frontend.0.css but obviously that doesn't work because the CSS isn't at that URL.

Any advice on how to get the CSS URL without constantly changing where my external site is looking??

Avatar
Discard