diff --git a/spirekey-web/vercel.json b/spirekey-web/vercel.json new file mode 100644 index 00000000..aa1a40ad --- /dev/null +++ b/spirekey-web/vercel.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "/welcome", + "destination": "https://chainweaver.kadena.io", + "permanent": true + } + ] +}