rf/fix: use bun instead of node, fix robots

This commit is contained in:
Aidan 2025-08-04 02:36:23 -04:00
parent 5dc930bcbb
commit dfbb2fdfc4
2 changed files with 10 additions and 17 deletions

View file

@ -6,4 +6,8 @@ export const robots: MetadataRoute.Robots = {
allow: '/',
},
sitemap: 'https://aidxn.cc/sitemap.xml',
}
export default function handler(): MetadataRoute.Robots {
return robots
}