This is an automated email from the ASF dual-hosted git repository. juzhiyuan 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 acc270a fix: update docusaurus.config.js to fix Docs (#170) acc270a is described below commit acc270a314042261c377b435988b4d6dfdff323e Author: 琚致远 <juzhiy...@apache.org> AuthorDate: Mon Feb 8 12:43:47 2021 +0800 fix: update docusaurus.config.js to fix Docs (#170) --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 158b4ba..6ba5799 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -79,7 +79,7 @@ module.exports={ }, "items": [ { - "to": "docs/", + "to": "/docs", "label": "Docs", "position": "left" },