Unverified Commit 1eb91e22 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Merge pull request #5631 from paulkaplan/final-studio-routes

Switch studios route to real version for testing on staging
parents 6e43607a 7330bc00
......@@ -304,10 +304,10 @@
},
{
"name": "studio",
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
"routeAlias": "/studios-playground/?$",
"pattern": "^/studios/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
"routeAlias": "/studios/?$",
"view": "studio/studio",
"title": "Studio Playground",
"title": "Scratch Studio",
"dynamicMetaTags": true
},
{
......
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