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
fix: css link in Vite installation dist -> src (#2068)
It should be `src` instead of `dist`
After building with `vite build`, the output in `dist/` might look like:
`<link href="/assets/styles-abc123.css" rel="stylesheet">`
Thanks for the new v4 release, it works like a charm! 🔥
0 commit comments