Skip to content

Commit

Permalink
Refactor sitemap generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
manya706 committed Oct 13, 2024
1 parent 9757a86 commit 16fd041
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions scripts/generate-sitemap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 16fd041

Please sign in to comment.