mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Add redirect for store
This commit is contained in:
parent
32de8170b1
commit
73b88c850b
1 changed files with 6 additions and 0 deletions
|
@ -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/?$",
|
||||||
|
|
Loading…
Reference in a new issue