Skip to content

Commit 59f1fd6

Browse files
Add sitemap generation
1 parent bab4cef commit 59f1fd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vitepress/config.mts

+5-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ export default async () => {
6464
anchor: {
6565
slugify: (s: string) => s.replace(/\s/g, '-').replace(/[\.\/]/g, '').toLowerCase()
6666
},
67-
}
67+
},
68+
sitemap: {
69+
hostname: 'https://nvim-orgmode.github.io'
70+
},
71+
lastUpdated: true
6872
})
6973

7074
}

0 commit comments

Comments
 (0)