Get rid of logo flicker and improve LCP

This commit is contained in:
7heMech
2025-11-13 14:04:37 +02:00
parent 9807e25d45
commit afd6134a3e
2 changed files with 2 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ function Router() {
<SiteMenu />
</div>
<SiteContainer>
<Suspense fallback={<LoadingPage noLogo />}>
<Suspense fallback={<LoadingPage />}>
<Routes>
<Route path="*" element={<ErrorNotFound />} />
<Route path="/certificates" element={<Certificates />} />