How to cross-load assets from separate site built with Vite as you would with Webpack in an HTML file?
I recently upgraded one of my projects from Vue-cli/Vue 2 over to Vue 3 and Vite for deployment. The app was deployed to an external server and works perfectly fine. However, the switch from vue-cli and webpack to vite has caused some issues.