diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..25558e5 --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "rewrites": [ + { + "source": "/api", + "destination": "http://example.front.ylab.io" + }, + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +}