diff --git a/vercel.json b/vercel.json index 16d69e6..e4e8f77 100644 --- a/vercel.json +++ b/vercel.json @@ -2,11 +2,11 @@ "rewrites": [ { "source": "/api/:path*", - "destination": "https://www.data.go.kr//:path*" + "destination": "https://www.data.go.kr/:path*" }, { "source": "/api/:path*/", - "destination": "https://www.data.go.kr//:path*/" + "destination": "https://www.data.go.kr/:path*/" } ] } \ No newline at end of file