Unverified Commit 6631bbaf authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #3469 from rschamp/fix-dev-server

Fix dev server by splitting up redirect regex
parents a85c1c3f 21a8f4d5
......@@ -512,7 +512,13 @@
},
{
"name": "fly-tutorial-redirect",
"pattern": "^/(makeit)?fly/?$",
"pattern": "^/fly/?$",
"routeAlias": "/(makeit)?fly/?$",
"redirect": "/projects/editor/?tutorial=make-it-fly"
},
{
"name": "makeitfly-tutorial-redirect",
"pattern": "^/makeitfly/?$",
"routeAlias": "/(makeit)?fly/?$",
"redirect": "/projects/editor/?tutorial=make-it-fly"
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment