Pre-fetch the config.json to improve startup time

This commit is contained in:
Quentin Gliech
2024-11-15 13:25:33 +01:00
parent 9650ca9687
commit 2e172aa3be
3 changed files with 8 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.png" />
<link rel="preload" href="/config.json" as="fetch" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"