Closed oskarrough closed 1 year ago
We load the themes via ./themes/x.css. This works when you serve the r4-app from the vite build.
./themes/x.css
But if you load r4-app via a CDN, you only load 1 JS file, we can't rely on the relative style paths. So what to do?
We load the themes via
./themes/x.css
. This works when you serve the r4-app from the vite build.But if you load r4-app via a CDN, you only load 1 JS file, we can't rely on the relative style paths. So what to do?