Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
nonick-mc committed Nov 12, 2024
1 parent a65f75d commit 5b83846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import type { MetadataRoute } from 'next';
export default function sitemap(): MetadataRoute.Sitemap {
return [
{
url: 'https://acme.com',
url: 'https://nonick-js.com',
lastModified: new Date(),
},
{
url: 'https://acme.com/tos',
url: 'https://nonick-js.com/tos',
lastModified: new Date(),
},
{
url: 'https://acme.com/privacy-policy',
url: 'https://nonick-js.com/privacy-policy',
lastModified: new Date(),
},
];
Expand Down

0 comments on commit 5b83846

Please sign in to comment.