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 2e49a65 commit 5d8ddd1
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 @@ -26,6 +26,9 @@ export default defineConfig({
ko_KR: i18n.ko_KR,
pt_BR: i18n.pt_BR
},
sitemap: {
hostname: 'https://3ds.hacks.guide'
},
themeConfig: {
outline: {
level: 'deep'
Expand Down

0 comments on commit 5d8ddd1

Please sign in to comment.