This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5e37de4 chore: update sitemap changefreq to daily (#476)
5e37de4 is described below
commit 5e37de4893742378c37ed0825c1f84f7c012662f
Author: liuxiran <[email protected]>
AuthorDate: Mon Aug 23 11:10:29 2021 +0800
chore: update sitemap changefreq to daily (#476)
---
website/docusaurus.config.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 257a2a5..7c1d6d6 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -219,6 +219,11 @@ module.exports = {
theme: {
customCss: "../src/css/customTheme.css",
},
+ sitemap: {
+ changefreq: 'daily',
+ priority: 0.5,
+ trailingSlash: false,
+ },
},
],
],