🚀 feat(sitemap): added sitemap, clear cache

This commit is contained in:
Eshan Roy
2024-12-09 13:38:45 +05:30
parent 8fee4fc414
commit 0388fabe58
72 changed files with 2135 additions and 4793 deletions

View File

@@ -110,6 +110,16 @@ const config = {
{name: 'google-site-verification', content: 'yn077F39pfs0VeUp9l09FZfw_uNegy4cXf7i0aPXJIc'},
],
}),
plugins: [
[
'@docusaurus/plugin-sitemap',
{
// Optional: custom options for the sitemap plugin
changefreq: 'weekly', // Frequency of updates (optional)
priority: 0.5, // Default priority for URLs (optional)
},
],
],
};
export default config;