Skip to content

Commit

Permalink
fix(sitemap): generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 14, 2024
1 parent 7f4e7f8 commit 0dc0efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/_sitemap-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default cachedEventHandler(
const popularSiteSearchKeywords = await getPopularSiteSearchKeywordsFromMatomoApi()

return popularSiteSearchKeywords.map((keyword) => ({
loc: `/posts?tags=${keyword.label}`,
loc: `/posts/rule34.xxx?tags=${keyword.label}`,
changefreq: 'always',
priority: 0.8
}))
Expand Down

0 comments on commit 0dc0efc

Please sign in to comment.