chore(web): update SITE_URL to ares.romys.my.id

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
romysaputrasihananda
2026-06-11 16:50:30 +07:00
co-authored by Claude Sonnet 4.6
parent 7b44346f68
commit dbba172ed3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ import type { MetadataRoute } from "next";
export default function robots(): MetadataRoute.Robots {
return {
rules: { userAgent: "*", allow: "/" },
sitemap: "https://ares-six-peach.vercel.app/sitemap.xml",
sitemap: "https://ares.romys.my.id/sitemap.xml",
};
}