Skip to content

Commit 81a0011

Browse files
authored
Deploy redirects (#238)
* Add The Graph to developer tools * Add The Graph to developer tools * Change order of The Graph links * Change order of The Graph links * Quick fix, change "Besu" to "Hyperledger Besu" For technical reasons, Besu should at least contain one mention of Hyperledger Besu in it. * Add page-specific meta tags [Resolves #114] * Add issue & PR templates [Finishes #196] * /enterprise url with enterprise ethereum information and resources (#198) * initial commit with page structure * WIP. Added most subjects and descriptions. still needs some work on diversity of projects * WIP. Added most subjects and descriptions. still needs some work on diversity of projects * fixed some minor details * internal links to /enterprise + more content + small fixes * minor fixes * review edits: edited EEA comments regarding public availability + clarified "Enterprise Focused Projects" references + corrected a misdirected URL * Added meta tags + removed sawtooth mentions (until validated) + edited initial description * minor meta tags formatting issue * homepage link to enterprise changed from enterprise ethereum to enterprise Signed-off-by: Felipe Faraggi <[email protected]> * Add redirects for legacy pages [Fixes #236] (#237)
1 parent ab8b81a commit 81a0011

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/.vuepress/enhanceApp.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default ({ router }) => {
2+
// TODO remove once we set up Netlify redirects
3+
router.addRoutes([
4+
{ path: '/foundation/', redirect: '/' },
5+
{ path: '/pdfs/*', redirect: '/' },
6+
{ path: '/brand/', redirect: '/' },
7+
{ path: '/donate/', redirect: '/' },
8+
{ path: '/ether/', redirect: '/use' },
9+
{ path: '/token/', redirect: '/developers' },
10+
{ path: '/build/', redirect: '/developers' },
11+
{ path: '/crowdsale/', redirect: '/developers' },
12+
{ path: '/dao/', redirect: '/developers' },
13+
{ path: '/cli/', redirect: '/developers' },
14+
{ path: '/greeter/', redirect: '/developers' },
15+
])
16+
}

0 commit comments

Comments
 (0)