From 2a2f875c9c752b3c9cfc889ac0b497c64377b205 Mon Sep 17 00:00:00 2001 From: apoorvlathey Date: Wed, 29 Nov 2023 06:07:38 +0530 Subject: [PATCH] add grant subdomains --- vercel.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..ac7afa0 --- /dev/null +++ b/vercel.json @@ -0,0 +1,24 @@ +{ + "redirects": [ + { + "source": "/", + "has": [ + { + "type": "host", + "value": "gitcoin.impersonator.xyz" + } + ], + "destination": "https://explorer.gitcoin.co/#/round/424/0xd4cc0dd193c7dc1d665ae244ce12d7fab337a008/0xd4cc0dd193c7dc1d665ae244ce12d7fab337a008-139" + }, + { + "source": "/", + "has": [ + { + "type": "host", + "value": "op.impersonator.xyz" + } + ], + "destination": "https://round3.optimism.io/projects/0x2baa369e4449595c51759fa9a5b71e3e016b108b6baac6a0b815874a898eade5" + } + ] +}