Merge pull request #1358 from mewtaylor/issue/store

[Master] Hotfix: Add redirect for store
This commit is contained in:
Matthew Taylor 2017-06-20 22:36:52 -04:00 committed by GitHub
commit af01f7fce1

View file

@ -227,6 +227,12 @@
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
"redirect": "https://secure.donationpay.org/scratchfoundation/"
},
{
"name": "store",
"pattern": "^/store/?$",
"routeAlias": "/store",
"redirect": "https://scratch-foundation.myshopify.com"
},
{
"name": "explore-redirect",
"pattern": "^/explore/?$",