i host my vue3 app on vercel.. is it possible to serve the assets (JS and CSS) from the vercel preview url but the app from the configured domain? maybe @danielroe.dev or @thealexlichter.com has a clue? Adjusting the base in vite leads to haveing a double domain url in the browser
Comments
We discussed that in @nuxt.com and built some handling for that case.
https://github.com/nuxt/nuxt/issues/14594