I created a Keycloak theme that should use the same CSS as the React App it is interacting with. Because I don't want the browser to download the same CSS (and fonts) twice I would like to link to the React CSS.
However React does not expose a 'plain' link, it rebundles the css and hosts it under something like static/css/2.3479a581.chunk.css
Can I expose a permanent link from React that I can reference in the theme from Keycloak?