diff --git a/docs/.vuepress/sidebar/en.ts b/docs/.vuepress/sidebar/en.ts index 08efe4bd2d..8c20134f1a 100644 --- a/docs/.vuepress/sidebar/en.ts +++ b/docs/.vuepress/sidebar/en.ts @@ -196,8 +196,4 @@ export const enSidebar = sidebar({ ], }, ], - //The legal related sidebar - "/legal/": ["/legal/terms", "/legal/privacy"], - //The contact related sidebar - "/contact/": ["/contact/"], }); diff --git a/firebase.json b/firebase.json index 3a728be3c1..0386ff1d36 100644 --- a/firebase.json +++ b/firebase.json @@ -50,7 +50,7 @@ }, { "source": "/docs/contact.html", - "destination": "/docs/#footer", + "destination": "https://zksync.io/contact", "type": "302" }, { @@ -330,7 +330,7 @@ }, { "source": "/docs/contact.html", - "destination": "/docs/#footer", + "destination": "https://zksync.io/contact", "type": "302" }, {