From 0bcbe3d68225e05be5197c69f98556b8bb53aa29 Mon Sep 17 00:00:00 2001 From: moonlightnexus <68702919+moonlightnexus@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:57:10 +0530 Subject: [PATCH] Update sitemap.ts --- src/app/sitemap.ts | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/src/app/sitemap.ts b/src/app/sitemap.ts index 1a3229d..f0bb692 100644 --- a/src/app/sitemap.ts +++ b/src/app/sitemap.ts @@ -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, - }, ] }