- @astrojs/sitemap generates sitemap-index.xml at build time - robots.txt points crawlers to the sitemap - generators.ts extended with seoTitle and seoDescription per generator - All generator pages now use seoTitle/seoDescription for <title> and <meta description> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"name": "randify",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"astro": "^4.16.0",
|
|
"tailwindcss": "^4.0.0"
|
|
}
|
|
}
|