Skip to content

Commit a060cdc

Browse files
committed
add trailing slashes to prevent github.io 301
1 parent 9e24045 commit a060cdc

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)