We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fed65 commit a6b2af0Copy full SHA for a6b2af0
docusaurus.config.ts
@@ -90,21 +90,6 @@ const config: Config = {
90
editUrl: "#",
91
},
92
],
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
- ],
108
109
110
themeConfig: {
0 commit comments