content/fix: device content updates, index device pages

This commit is contained in:
Aidan 2025-08-04 04:10:29 -04:00
parent dfbb2fdfc4
commit c06d27c17a
3 changed files with 42 additions and 38 deletions

View file

@ -26,6 +26,18 @@ export default function sitemap(): MetadataRoute.Sitemap {
changeFrequency: 'monthly',
priority: 0.8,
},
{
url: 'https://aidxn.cc/device/cheetah',
lastModified: new Date(),
changeFrequency: 'weekly' /* yes, i really re-flash roms this often */,
priority: 0.8,
},
{
url: 'https://aidxn.cc/device/bonito',
lastModified: new Date(),
changeFrequency: 'weekly',
priority: 0.8,
},
{
url: 'https://aidxn.cc/manifesto',
lastModified: new Date(),