From 16fd0417d9671a203c30cefb28d7e958961fc2be Mon Sep 17 00:00:00 2001 From: manya706 Date: Sun, 13 Oct 2024 10:41:24 +0530 Subject: [PATCH] Refactor sitemap generation script --- scripts/generate-sitemap.mjs | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/scripts/generate-sitemap.mjs b/scripts/generate-sitemap.mjs index 91778692..718ac9fa 100644 --- a/scripts/generate-sitemap.mjs +++ b/scripts/generate-sitemap.mjs @@ -50,30 +50,6 @@ async function sitemap() { changeFrequency: 'monthly', priority: 0.8, }, - { - url: 'https://virtualcoffee.io/resources', - lastModified: new Date(), - changeFrequency: 'monthly', - priority: 0.8, - }, - { - url: 'https://virtualcoffee.io/resources/virtual-coffee-handbook/join-virtual-coffee', - lastModified: new Date(), - changeFrequency: 'yearly', - priority: 0.6, - }, - { - url: 'https://store.virtualcoffee.io/', - lastModified: new Date(), - changeFrequency: 'monthly', - priority: 0.8, - }, - { - url: 'https://store.virtualcoffee.io/collections/all', - lastModified: new Date(), - changeFrequency: 'monthly', - priority: 0.8, - }, { url: 'https://store.virtualcoffee.io/pages/contact', lastModified: new Date(),