1
0

Done implementing basic stay tuned site with robots.txt and sitemap

This commit is contained in:
Michael Rieger
2025-09-16 19:00:56 +02:00
parent 5967768c25
commit 6832ad549e
18 changed files with 772 additions and 77 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ import Hero from "../components/Hero.astro";
import Layout from "../layouts/Layout.astro";
---
<Layout>
<Layout title="Building The Web On Your Terms">
<Hero />
</Layout>