Skip to content

Commit

Permalink
Merge pull request #148 from eepson123tw/feat/robots
Browse files Browse the repository at this point in the history
feat(sitemap): make sitemap to default view
  • Loading branch information
eepson123tw authored Jan 31, 2025
2 parents 0a9ac69 + 91d3c7b commit 19d64fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export default defineNuxtConfig({
sitemap: 'https://www.aaron-shih.com/sitemap.xml',
},
sitemap: {
xsl: false,
defaults: {
changefreq: 'daily',
priority: 0.8,
Expand Down

0 comments on commit 19d64fc

Please sign in to comment.