Skip to content

Commit 29f1ed3

Browse files
authored
docs: add sitemap configuration to Docusaurus (#129)
1 parent 047006d commit 29f1ed3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ const config = {
6767
theme: {
6868
customCss: ["./src/css/custom.css"],
6969
},
70+
sitemap: {
71+
lastmod: 'date',
72+
changefreq: 'weekly',
73+
priority: 0.5,
74+
filename: 'sitemap.xml',
75+
},
7076
}),
7177
],
7278
],

0 commit comments

Comments
 (0)