Skip to content

Commit

Permalink
Update sitemap.xml.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Jun 7, 2024
1 parent 0fc686c commit a1e0206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/website/src/pages/sitemap.xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ const sitepages = [
},
{
url: 'https://scottnath.com/resume',
updatedDate: new Date('2024-06-06'),
updatedDate: new Date('2024-06-07'),
},
{
url: 'https://scottnath.com/blahg',
updatedDate: new Date('2024-06-06'),
updatedDate: new Date('2024-06-07'),
}
];

Expand Down

0 comments on commit a1e0206

Please sign in to comment.