diff --git a/apps/nowait-user/vercel.json b/apps/nowait-user/vercel.json index be5dd36f..f07c0a5c 100644 --- a/apps/nowait-user/vercel.json +++ b/apps/nowait-user/vercel.json @@ -1,6 +1,5 @@ { "rewrites": [ - { "source": "/(.*)", "destination": "/index.html" }, { "source": "/api/images/:path*", "destination": "https://gtablestoreimage-resize-bucket.s3.ap-northeast-2.amazonaws.com/:path*" @@ -8,7 +7,8 @@ { "source": "/api/banner-images/:path*", "destination": "https://gtablestoreimage.s3.ap-northeast-2.amazonaws.com/:path*" - } + }, + { "source": "/(.*)", "destination": "/index.html" } ], "headers": [ {