Skip to content

Commit

Permalink
config: enable sitemap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Dec 8, 2024
1 parent 1a2f605 commit 5b2075e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default defineConfig({
['link', { rel: 'icon', href: '/assets/favicon/favicon.ico' }],
[ 'script', { type: 'text/javascript', src: '//cdn.thisiswaldo.com/static/js/8406.js' } ],
],
sitemap: {
hostname: 'https://dsi.cfw.guide'
},
locales: {
root: i18n.en_US,
de_DE: i18n.de_DE,
Expand Down

0 comments on commit 5b2075e

Please sign in to comment.