Skip to content

Commit

Permalink
Fix playground-dev redirects.
Browse files Browse the repository at this point in the history
Should fix `/playground-dev/...` links that break when going to `/playground//...`
  • Loading branch information
davidlehn committed Feb 25, 2019
1 parent 25e81de commit ec38829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Header set Access-Control-Allow-Origin "*"
</FilesMatch>

Redirect 302 /playground-dev /playground/
Redirect 302 /playground-dev /playground

0 comments on commit ec38829

Please sign in to comment.