Add redirect for store

This commit is contained in:
Matthew Taylor 2017-06-20 14:38:14 -04:00
parent 32de8170b1
commit 73b88c850b

View file

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