feat(seo): discoverability + Schema.org + IndexNow + Trivy (#1)
Some checks failed
deploy / deploy (push) Failing after 13s

This commit was merged in pull request #1.
This commit is contained in:
2026-05-21 14:25:14 +03:00
parent cf17c6e432
commit ffb3f94a57
7 changed files with 196 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"indexnow": "node scripts/indexnow.js"
},
"dependencies": {
"@astrojs/rss": "^4.0.12",