Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
6631bbaf
Unverified
Commit
6631bbaf
authored
Oct 21, 2019
by
Ray Schamp
Committed by
GitHub
Oct 21, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3469 from rschamp/fix-dev-server
Fix dev server by splitting up redirect regex
parents
a85c1c3f
21a8f4d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/routes.json
src/routes.json
+7
-1
No files found.
src/routes.json
View file @
6631bbaf
...
...
@@ -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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment