Skip to content

Commit

Permalink
added html versions content
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar committed Nov 30, 2024
1 parent 09fed65 commit a6b2af0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,6 @@ const config: Config = {
editUrl: "#",
},
],
[
"@docusaurus/plugin-sitemap",
{
lastmod: "date",
changefreq: "weekly",
priority: 0.5,
ignorePatterns: ["/tags/**"],
filename: "sitemap.xml",
createSitemapItems: async (params) => {
const { defaultCreateSitemapItems, ...rest } = params;
const items = await defaultCreateSitemapItems(rest);
return items.filter((item) => !item.url.includes("/page/"));
},
},
],
],

themeConfig: {
Expand Down

0 comments on commit a6b2af0

Please sign in to comment.