Skip to content

Commit 2987678

Browse files
committed
docs: Make sitemap show last modification date
1 parent 2a1f497 commit 2987678

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ const config: Config = {
204204
gtag: {
205205
trackingID: 'G-1E9TCGX1ZE',
206206
},
207+
sitemap: {
208+
lastmod: 'date',
209+
priority: null,
210+
changefreq: null,
211+
},
207212
} satisfies Preset.Options,
208213
],
209214
],

0 commit comments

Comments
 (0)