Relative Content

Tag Archive for javascriptvite

Vite built to its relative dist folder

I have started using vite and everything works fine on dev but when doing build
nothing displayed because it build to the root / which is a problem because I want to deploy it to a server as in https://example.com/iframes/app so I can then use an iframe to access this url.