From b18c2910b223f700145296cebae9bc843aac2666 Mon Sep 17 00:00:00 2001 From: stopflock Date: Fri, 17 Jul 2026 12:22:35 -0500 Subject: [PATCH] redirect /store/woa to woa store category id (#131) --- webapp/public/_redirects | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/public/_redirects b/webapp/public/_redirects index ad37e2c..12797fb 100644 --- a/webapp/public/_redirects +++ b/webapp/public/_redirects @@ -1 +1,6 @@ +/store/WoA /store?category=520528560410 302 +/store/woa /store?category=520528560410 302 +/store/Woa /store?category=520528560410 302 +/store/WOA /store?category=520528560410 302 /* /index.html 200 +