update sitemap
This commit is contained in:
parent
7a9f907661
commit
5707673905
1 changed files with 18 additions and 0 deletions
|
@ -14,6 +14,18 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||||
changeFrequency: 'weekly',
|
changeFrequency: 'weekly',
|
||||||
priority: 0.8,
|
priority: 0.8,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url: 'https://aidxn.cc/ai',
|
||||||
|
lastModified: new Date(),
|
||||||
|
changeFrequency: 'weekly',
|
||||||
|
priority: 0.9,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
url: 'https://aidxn.cc/ai/claude',
|
||||||
|
lastModified: new Date(),
|
||||||
|
changeFrequency: 'daily',
|
||||||
|
priority: 0.9,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
url: 'https://aidxn.cc/contact',
|
url: 'https://aidxn.cc/contact',
|
||||||
lastModified: new Date(),
|
lastModified: new Date(),
|
||||||
|
@ -38,6 +50,12 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||||
changeFrequency: 'weekly',
|
changeFrequency: 'weekly',
|
||||||
priority: 0.8,
|
priority: 0.8,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url: 'https://aidxn.cc/device/komodo',
|
||||||
|
lastModified: new Date(),
|
||||||
|
changeFrequency: 'weekly',
|
||||||
|
priority: 0.8,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
url: 'https://aidxn.cc/manifesto',
|
url: 'https://aidxn.cc/manifesto',
|
||||||
lastModified: new Date(),
|
lastModified: new Date(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue