You've already forked waveterm-docs
mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-04-22 15:26:42 -07:00
add sitemap (#30)
This commit is contained in:
@@ -37,6 +37,15 @@ const config: Config = {
|
||||
} as import("@docusaurus/plugin-content-docs").Options,
|
||||
],
|
||||
"ideal-image",
|
||||
[
|
||||
"@docusaurus/plugin-sitemap",
|
||||
{
|
||||
lastmod: "date",
|
||||
changefreq: "daily",
|
||||
priority: 0.5,
|
||||
filename: "sitemap.xml",
|
||||
},
|
||||
],
|
||||
],
|
||||
themes: [["classic", { customCss: "src/css/custom.css" }]],
|
||||
themeConfig: {
|
||||
|
||||
Reference in New Issue
Block a user