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