add grant subdomains

This commit is contained in:
apoorvlathey
2023-11-29 06:07:38 +05:30
parent 4f6f0ef195
commit 2a2f875c9c

24
vercel.json Normal file
View File

@@ -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"
}
]
}