This is an automated email from the ASF dual-hosted git repository.

guoqi 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 d077f7c8b68 fix: remove blogs' useless canonical (#1222)
d077f7c8b68 is described below

commit d077f7c8b6811be9c8d445cb3ced9b9b3ff7c81d
Author: Young <[email protected]>
AuthorDate: Tue Jul 19 15:11:41 2022 +0800

    fix: remove blogs' useless canonical (#1222)
---
 blog/en/docusaurus.config.js | 2 +-
 blog/zh/docusaurus.config.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/blog/en/docusaurus.config.js b/blog/en/docusaurus.config.js
index 8471ccaa9dd..7a4f4d59b7c 100644
--- a/blog/en/docusaurus.config.js
+++ b/blog/en/docusaurus.config.js
@@ -15,7 +15,7 @@ module.exports = {
   noIndex: false,
   i18n: {
     defaultLocale: 'en',
-    locales: ['en', 'zh'],
+    locales: ['en'],
     localeConfigs: {
       en: {
         label: 'English',
diff --git a/blog/zh/docusaurus.config.js b/blog/zh/docusaurus.config.js
index 0ebc71bd403..573e1a7d211 100644
--- a/blog/zh/docusaurus.config.js
+++ b/blog/zh/docusaurus.config.js
@@ -15,7 +15,7 @@ module.exports = {
   noIndex: false,
   i18n: {
     defaultLocale: 'zh',
-    locales: ['en', 'zh'],
+    locales: ['zh'],
     localeConfigs: {
       en: {
         label: 'English',

Reply via email to