Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
manya706 authored and actions-user committed Oct 13, 2024
1 parent 9757a86 commit 486ea6a
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions scripts/generate-sitemap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,36 @@ 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(),
changeFrequency: 'yearly',
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(),
changeFrequency: 'yearly',
priority: 0.8,
},
{
url: 'https://virtualcoffee.io/resources',
lastModified: new Date(),
Expand Down

0 comments on commit 486ea6a

Please sign in to comment.