Imporved the site

This commit is contained in:
Andreas Dahm
2026-08-26 11:26:00 +02:00
parent 888fb6289d
commit db2bc7ab97
10 changed files with 78 additions and 44 deletions

View File

@@ -27,9 +27,18 @@
<meta name="twitter:image" content="https://andreas-dahm.eu/assets/me.webp">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<!--
The LCP image lives in a lazily loaded route chunk, so the browser cannot
discover it until Angular has booted. Preloading it here is what makes it
fetch in parallel with the bundle instead of after it.
-->
<link rel="preload" as="image" href="assets/me.webp" fetchpriority="high">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" rel="stylesheet">
</head>
<body>
<app-root class="flex flex-col min-h-screen"></app-root>