Locally all works but when app is deployed hosting's sanitizer changes style link: <link rel="preload" as="style" onload="this.onload=null;this.rel=\" stylesheet\''="" href="/assets/css/app.123.css"> and we get an error. How to add link synchronously without "preload" ?
Locally all works but when app is deployed hosting's sanitizer changes style link:
and we get an error. How to add link synchronously without "preload" ?