Skip to content

Commit

Permalink
Merge pull request #81 from kylekirkby/updating_redirects
Browse files Browse the repository at this point in the history
Removing trailing comma to fix lambda redirect issue
  • Loading branch information
Kyle committed Oct 30, 2019
2 parents f514da2 + c7aa9db commit 7362520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/routingrules.json
@@ -1,4 +1,4 @@
[
"^/blog(/?|/index.html)$ /news/ [R,L,NC]",
"^/blog/(.*)(/?|/index.html)$ /news/ [R,L,NC]",
"^/blog/(.*)(/?|/index.html)$ /news/ [R,L,NC]"
]

0 comments on commit 7362520

Please sign in to comment.