feat: add projects page

This commit is contained in:
Alexander Daichendt 2025-01-02 23:09:39 +01:00
parent a331872c79
commit a155a9b355
12 changed files with 254 additions and 20 deletions

View file

@ -19,7 +19,10 @@ const { title, description, image = "/blog-placeholder-1.jpg" } = Astro.props;
<!-- Global Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="generator" content={Astro.generator} />
<!-- Font preloads, keep them even if it throws a warning for not using them due to the system providing them -->