I have the following files:App.vue
, changcolor.vue
, config.json
, main.js
, index.html
, xyz.css
, abc.css
.
Depending on the URL, i want to apply the right CSS file, so for example if URL is "xyz.local.com" then we'll use xyz.css and if "abc.local.com" then we'll use abc.local.com . And this also should be white labeling code.
How about making a new
link
tag and give the appropriate attributes depending on what the URL is. So it'll be like: