diff --git a/src/app/App.js b/src/app/App.js index 889d9ca..3522d46 100644 --- a/src/app/App.js +++ b/src/app/App.js @@ -135,7 +135,7 @@ function App() { - + diff --git a/vercel.json b/vercel.json index dceed97..cd2a01b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,10 @@ { "routes": [ + { + "src": "/user/(?[^/]+)/(closet|items)", + "status": 308, + "headers": { "Location": "/user/$userId/lists" } + }, { "src": "/outfits/(?[^/]+)/(?150|300|600)\\.png", "dest": "/api/outfitImage.js?size=$size&id=$id"