diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..226affd3 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "rewrites": [ + { "source": "/*", "destination": "https://panoptic-964459.webflow.io/" } + ] +}