Skip to content

Commit

Permalink
docs: fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 17, 2024
1 parent e137f7c commit d22c662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export default defineNuxtConfig({
icons: ['heroicons', 'simple-icons', 'ph', 'noto'],
},
sitemap: {
excludeAppSources: true,
strictNuxtContentPaths: false,
strictNuxtContentPaths: true,
xslColumns: [
{ label: 'URL', width: '50%' },
{ label: 'Last Modified', select: 'sitemap:lastmod', width: '25%' },
Expand Down

0 comments on commit d22c662

Please sign in to comment.