Skip to content

Commit ebcec2f

Browse files
authored
Merge pull request graphql#716 from acao/rewrite-swapi
add trailing slashes to prevent github.io 301, splat for query params
2 parents 97efd37 + 6bd3e07 commit ebcec2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/_redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/swapi-graphql https://graphql.github.io/swapi-graphql 200
1+
/swapi-graphql https://graphql.github.io/swapi-graphql/ 200
2+
/swapi-graphql/* https://graphql.github.io/swapi-graphql/:splat 200

0 commit comments

Comments
 (0)