v1.0.8
This commit is contained in:
@@ -16,6 +16,7 @@ import NotFound from './pages/NotFound';
|
||||
import { AdminPanel } from './pages/AdminPanel.lazy';
|
||||
import { ProtectedRoute } from './components/layout/ProtectedRoute';
|
||||
import { getBasePath } from './lib/basePath';
|
||||
import { loadLogoOnce } from './lib/logoCache';
|
||||
|
||||
(() => {
|
||||
try {
|
||||
@@ -34,6 +35,8 @@ import { getBasePath } from './lib/basePath';
|
||||
document.documentElement.classList.toggle('dark', !!prefersDark);
|
||||
})();
|
||||
|
||||
loadLogoOnce();
|
||||
|
||||
const basePath = getBasePath();
|
||||
|
||||
const router = createBrowserRouter(
|
||||
|
||||
Reference in New Issue
Block a user