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
replace the Ant Design console with the shadcn/ui frontend (38ecc6e)
BREAKING CHANGES
web/ now holds the shadcn/ui frontend built with Vite. Its
build output layout changed from create-react-app's build/static/{js,css} to
Vite's build/assets/, so anything serving Casdoor's static files through a
CDN or a reverse proxy needs its paths updated. The Ant Design frontend is
still in the tree at web-old/, but it is not built or served.