feat(indexnow): add IndexNow key file and trigger script

This commit is contained in:
striker
2026-05-21 13:41:52 +03:00
parent a34a0c6093
commit 5dca709ff2
4 changed files with 134 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",