From 73b88c850beb6f10d8adc7770a5f52f8eed0e1ea Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 20 Jun 2017 14:38:14 -0400 Subject: [PATCH] Add redirect for store --- src/routes.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes.json b/src/routes.json index 966010e6a..9ed1774ea 100644 --- a/src/routes.json +++ b/src/routes.json @@ -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/?$",