From 0a138c3099b7510436e46e10a6ce4a0d234935ae Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Mon, 4 May 2026 13:11:27 +0800 Subject: [PATCH] fix: remove non-standard host directive from robots.txt --- app/robots.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/robots.ts b/app/robots.ts index c2bd508..380d804 100644 --- a/app/robots.ts +++ b/app/robots.ts @@ -10,6 +10,5 @@ export default function robots(): MetadataRoute.Robots { }, ], sitemap: "https://deckyvault.xyz/sitemap.xml", - host: "https://deckyvault.xyz", } } \ No newline at end of file