We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dacca4 commit 85fd872Copy full SHA for 85fd872
docs/.vuepress/enhanceApp.js
@@ -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