Skip to content

Commit 160f472

Browse files
config: enable sitemap generation
1 parent b29240f commit 160f472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/.vitepress/config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ export default defineConfig({
1818
locales: {
1919
root: i18n.en_US
2020
},
21+
sitemap: {
22+
hostname: 'https://hacks.guide'
23+
},
2124
themeConfig: {
2225
socialLinks: [
2326
{ icon: 'github', link: 'https://github.com/hacks-guide' }

0 commit comments

Comments
 (0)