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

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Nginx Proxy Manager</title>
<meta name="description" content="In The Office Planner" />
<link rel="preload" href="/images/logo-no-text.svg" as="image" type="image/svg+xml" fetchPriority="high">
<link
rel="apple-touch-icon"
sizes="180x180"

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 />} />