Feat: add sitemap json file (#588)

This commit is contained in:
AllenWriter
2025-03-07 17:40:08 +08:00
committed by GitHub
parent 8a0d260cbb
commit 6027aafa40
+8
View File
@@ -0,0 +1,8 @@
{
"plugins": ["sitemap"],
"pluginsConfig": {
"sitemap": {
"hostname": "https://docs.dify.ai/"
}
}
}