Skip to content

Commit

Permalink
Update sitemap.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus authored Nov 18, 2023
1 parent c793dee commit 0bcbe3d
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,5 @@ return [
changeFrequency: 'weekly',
priority: 0.8,
},
{
url: 'https://github.com/One-Click-Auth/Docs',
lastModified: new Date(),
changeFrequency: 'weekly',
priority: 0.6,
},
{
url: 'https://pypi.org/project/trustauthx/',
lastModified: new Date(),
changeFrequency: 'weekly',
priority: 0.9,
},
{
url: 'https://www.npmjs.com/package/trustauthx',
lastModified: new Date(),
changeFrequency: 'weekly',
priority: 0.9,
},
{
url: 'https://discord.com/invite/KZ6QeMrfQT',
lastModified: new Date(),
changeFrequency: 'weekly',
priority: 0.6,
},
{
url: 'https://www.linkedin.com/company/trustauthx',
lastModified: new Date(),
changeFrequency: 'daily',
priority: 0.6,
},
]
}

0 comments on commit 0bcbe3d

Please sign in to comment.