feat: removed refresh

This commit is contained in:
=
2025-03-21 02:43:10 +05:30
parent 905cf47d90
commit 6f0a97a2fa

View File

@@ -22,11 +22,6 @@ import "./translation";
// have a look at the Quick start guide
// for passing in lng and translations on init/
// https://vite.dev/guide/build#load-error-handling
window.addEventListener("vite:preloadError", () => {
window.location.reload(); // for example, refresh the page
});
// Create a new router instance
NProgress.configure({ showSpinner: false });