feat: add sitemap.xml generation + type definitions + robots.txt update

This commit is contained in:
Web-serfer 2026-05-06 23:41:06 +05:00
parent acf877f325
commit 5af9f8e1ed
5 changed files with 98 additions and 2 deletions

View file

@ -5,6 +5,7 @@
"scripts": {
"dev": "astro dev",
"build": "astro build",
"postbuild": "node scripts/copy-sitemap.mjs",
"preview": "astro preview",
"astro": "astro"
},