Skip to content

Commit

Permalink
fix: sitemap (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alegemaate authored Feb 10, 2024
1 parent 8dc3bba commit e8e6e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
const paths = SAYINGS.map(
(saying) =>
({
url: `${WEBSITE_INFO.url}/${saying.id}`,
url: `${WEBSITE_INFO.url}/${saying.id}/`,
lastModified: new Date(),
changeFrequency: "monthly",
priority: 0.7,
Expand Down

0 comments on commit e8e6e94

Please sign in to comment.