Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(docs) - Fix path rewrites for non client routed links (#1393)

authored by

Alexander Varwijk and committed by
GitHub
d0baa7f2 e5ea77e8

+6 -6
+6 -6
packages/site/static.config.js
··· 52 52 }, 53 53 { 54 54 path: '/docs/concepts/core-package', 55 - redirect: 'docs/basics/core', 55 + redirect: '/docs/basics/core', 56 56 }, 57 57 { 58 58 path: '/docs/basics/getting-started', 59 - redirect: 'docs/basics', 59 + redirect: '/docs/basics', 60 60 }, 61 61 { 62 62 path: '/docs/basics/mutations', 63 - redirect: 'docs/basics', 63 + redirect: '/docs/basics', 64 64 }, 65 65 { 66 66 path: '/docs/basics/queries', 67 - redirect: 'docs/basics', 67 + redirect: '/docs/basics', 68 68 }, 69 69 { 70 70 path: '/docs/basics/document-caching', 71 - redirect: 'docs/concepts/document-caching', 71 + redirect: '/docs/concepts/document-caching', 72 72 }, 73 73 { 74 74 path: '404', ··· 76 76 }, 77 77 { 78 78 path: '/docs/graphcache/custom-updates', 79 - redirect: 'docs/graphcache/cache-updates', 79 + redirect: '/docs/graphcache/cache-updates', 80 80 }, 81 81 ], 82 82 };