fix: remove non-standard host directive from robots.txt

This commit is contained in:
2026-05-04 13:11:27 +08:00
parent 16e5cf586d
commit 0a138c3099
-1
View File
@@ -10,6 +10,5 @@ export default function robots(): MetadataRoute.Robots {
},
],
sitemap: "https://deckyvault.xyz/sitemap.xml",
host: "https://deckyvault.xyz",
}
}