Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: adjusting contact redirects (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubdoramon authored Jun 19, 2023
1 parent d436843 commit a7456ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,4 @@ export const enSidebar = sidebar({
],
},
],
//The legal related sidebar
"/legal/": ["/legal/terms", "/legal/privacy"],
//The contact related sidebar
"/contact/": ["/contact/"],
});
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"source": "/docs/contact.html",
"destination": "/docs/#footer",
"destination": "https://zksync.io/contact",
"type": "302"
},
{
Expand Down Expand Up @@ -330,7 +330,7 @@
},
{
"source": "/docs/contact.html",
"destination": "/docs/#footer",
"destination": "https://zksync.io/contact",
"type": "302"
},
{
Expand Down

0 comments on commit a7456ec

Please sign in to comment.