Skip to content

Commit a6b2af0

Browse files
committed
added html versions content
1 parent 09fed65 commit a6b2af0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docusaurus.config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,6 @@ const config: Config = {
9090
editUrl: "#",
9191
},
9292
],
93-
[
94-
"@docusaurus/plugin-sitemap",
95-
{
96-
lastmod: "date",
97-
changefreq: "weekly",
98-
priority: 0.5,
99-
ignorePatterns: ["/tags/**"],
100-
filename: "sitemap.xml",
101-
createSitemapItems: async (params) => {
102-
const { defaultCreateSitemapItems, ...rest } = params;
103-
const items = await defaultCreateSitemapItems(rest);
104-
return items.filter((item) => !item.url.includes("/page/"));
105-
},
106-
},
107-
],
10893
],
10994

11095
themeConfig: {

0 commit comments

Comments
 (0)