Skip to content

Commit d574dbe

Browse files
authored
Change '/graphql/shield' to redirect to GitHub
Updated the '/graphql/shield' route to redirect to the GitHub page.
1 parent a962efe commit d574dbe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/website-router/src/config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ export const jsonConfig = {
7878
sitemap: true,
7979
},
8080
'/graphql/shield': {
81-
rewrite: 'graphql-shield.pages.dev',
82-
crisp: { segments: ['shield'] },
83-
sitemap: true,
81+
redirect: 'https://github.com/maticzav/graphql-shield',
82+
status: 302
8483
},
8584
'/graphql/apollo-angular': {
8685
rewrite: 'apollo-angular.pages.dev',

0 commit comments

Comments
 (0)