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
+5
View File
@@ -9,8 +9,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.5.1",
"@astrojs/vue": "^5.1.1",
"@astrolib/seo": "1.0.0-beta.8",
"astro": "^5.13.7",
"astro-ai-robots-txt": "^0.1.2",
"astro-remove-comments": "^0.0.1",
"astro-robots-txt": "^1.0.0",
"gsap": "^3.13.0",
"vue": "^3.5.21"
}