VueJs

VueJs
Using relative paths in Vite builds

I have a simple project setup using Vite: I’m using Vite’s default configuration without a custom config file. After building the project, the index.html in the dist folder uses static paths for assets: This also affects url() paths in CSS, converting them to static paths. I want Vite to output relative paths instead, like this: […]