diff options
| author | Fuwn <[email protected]> | 2026-01-29 05:57:50 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-29 05:57:50 -0800 |
| commit | 39ec404434ab13d4686f792584da4ba9e814128a (patch) | |
| tree | 7e808356d6002b16f4159ee1cdc44abee897b213 /src/app.html | |
| parent | feat(Landing): Update to match LandingHero (diff) | |
| download | due.moe-39ec404434ab13d4686f792584da4ba9e814128a.tar.xz due.moe-39ec404434ab13d4686f792584da4ba9e814128a.zip | |
perf: Optimise landing page performance
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app.html b/src/app.html index 152feaf2..7133b358 100644 --- a/src/app.html +++ b/src/app.html @@ -5,6 +5,14 @@ <meta charset="utf-8" /> <meta name="viewport" property="viewport" content="width=device-width" /> <meta name="theme-color" property="theme-color" content="#060506" /> + + <link rel="preconnect" href="https://s4.anilist.co" crossorigin /> + <link rel="preconnect" href="https://cdn.due.moe" crossorigin /> + <link rel="preconnect" href="https://analytics.fuwn.me" crossorigin /> + <link rel="dns-prefetch" href="https://s4.anilist.co" /> + <link rel="dns-prefetch" href="https://cdn.due.moe" /> + <link rel="dns-prefetch" href="https://i.imgur.com" /> + <meta name="description" property="description" |