Skip to content

Commit

Permalink
fix: sitemap link for non existing content page
Browse files Browse the repository at this point in the history
Signed-off-by: nurRiyad <[email protected]>
  • Loading branch information
nurRiyad authored and romangg committed Aug 16, 2024
1 parent 2d37d43 commit f6f4fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default defineNuxtConfig({
},
sitemap: {
strictNuxtContentPaths: true,
exclude: ['/products/devices/**'],

},
eslint: {
checker: true,
Expand Down

0 comments on commit f6f4fff

Please sign in to comment.