Skip to content

Commit

Permalink
Bump Docusaurus to 3.3.2, add sitemap generation for Algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed May 4, 2024
1 parent 0f889cc commit 474a0cc
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 725 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ const config: Config = {
theme: {
customCss: "./src/css/custom.css",
},
sitemap: {
lastmod: "date",
priority: null,
changefreq: null,
},
} satisfies Preset.Options,
],
],
Expand Down
Loading

0 comments on commit 474a0cc

Please sign in to comment.