We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1078e commit 2e7f7dcCopy full SHA for 2e7f7dc
1 file changed
src/layouts/Layout.astro
@@ -15,7 +15,7 @@ const { title } = Astro.props;
15
<html lang="en" class="h-full" data-theme="light">
16
<head>
17
<meta charset="UTF-8" />
18
- <meta name="description" content="Astro description" />
+ <meta name="description" content="Personal website of Mauro Leonelli - Building systems where strategy & code ship together." />
19
<meta name="viewport" content="width=device-width" />
20
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
21
<link rel="sitemap" href="/sitemap-index.xml" />
@@ -54,4 +54,4 @@ const { title } = Astro.props;
54
</section>
55
<Footer />
56
</body>
57
-</html>
+</html>
0 commit comments