content/fix: device content updates, index device pages
This commit is contained in:
parent
dfbb2fdfc4
commit
c06d27c17a
3 changed files with 42 additions and 38 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue