rf/fix: use bun instead of node, fix robots
This commit is contained in:
parent
5dc930bcbb
commit
dfbb2fdfc4
2 changed files with 10 additions and 17 deletions
|
@ -6,4 +6,8 @@ export const robots: MetadataRoute.Robots = {
|
|||
allow: '/',
|
||||
},
|
||||
sitemap: 'https://aidxn.cc/sitemap.xml',
|
||||
}
|
||||
|
||||
export default function handler(): MetadataRoute.Robots {
|
||||
return robots
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue