feat (v1.0.0): initial refactor and redesign

This commit is contained in:
Aidan 2025-10-09 04:12:05 -04:00
parent 3058aa1ab4
commit fe9b50b30e
134 changed files with 17792 additions and 3670 deletions

View file

@ -5,7 +5,7 @@ export const robots: MetadataRoute.Robots = {
userAgent: '*',
allow: '/',
},
sitemap: 'https://aidxn.cc/sitemap.xml',
sitemap: 'https://aidan.so/sitemap.xml',
}
export default function handler(): MetadataRoute.Robots {