diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..7f8eaeb --- /dev/null +++ b/vercel.json @@ -0,0 +1,16 @@ +{ + "redirects": [ + { + "source": "/:path*", + "has": [{ "type": "host", "value": "uplbtools.me" }], + "destination": "https://www.uplb.tools/:path*", + "permanent": true + }, + { + "source": "/:path*", + "has": [{ "type": "host", "value": "www.uplbtools.me" }], + "destination": "https://www.uplb.tools/:path*", + "permanent": true + } + ] +}