You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my production build I'd like to add CDN prefix to URLs generated by vite_asset, so that /static/assets/app-[hash].js will become https://cdn.example.com/static/assets/app-[hash].js.
I tried to play with static_url_prefix config variable, but it seems to break manifest resolution.