Skip to content

Commit

Permalink
Merge pull request #204 from Exifly/main
Browse files Browse the repository at this point in the history
[Hot fix] v2.0.5
  • Loading branch information
gdjohn4s authored Jun 5, 2023
2 parents 9df2024 + d150a7e commit 5dab7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineNuxtConfig({
siteUrl: 'https://apivault.dev',
urls: async () => {
return categoriesProperties.map(category => ({
loc: `/categories/${category.name}`,
loc: `/categories/${category.name.replace('\&', '\&')}`,
lastmod: new Date(),
changefreq: 'daily',
priority: 0.2,
Expand Down

0 comments on commit 5dab7a2

Please sign in to comment.