Skip to content

Commit

Permalink
add plugin sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Nov 24, 2023
1 parent d96b995 commit 564c713
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ const config = {
appUrl: process.env.POSTHOG_APP_URL || "XXX", // optional
enableInDevelopment: false, // optional
},
'@docusaurus/plugin-sitemap',
{
changefreq: 'weekly',
priority: 0.5,
ignorePatterns: ['/tags/**'],
filename: 'sitemap.xml',
},
],
],

Expand Down

0 comments on commit 564c713

Please sign in to comment.