-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
26 lines (26 loc) · 1.19 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"rewrites": [
{
"source": "/:networkID?/:issuerID?/offers/:offerID",
"destination": "/api/prerender",
"has": [
{
"type": "header",
"key": "user-agent",
"value": "Googlebot|Twitterbot|TelegramBot|facebookexternalhit|Slackbot|redditbot|Applebot|WhatsApp|Bingbot|Yandex|Baiduspider|rogerbot|LinkedInBot|Embedly|Quora Link Preview|vkShare|W3C_Validator|Flipboard|Tumblr|bitlybot|SkypeUriPreview|Nuzzel|Discordbot|Google Page Speed|Qwantify|Pinterestbot|Bitrix link preview|XING-contenttabreceiver|Chrome-Lighthouse|ShowyouBot"
}
]
},
{
"source": "/:networkID?/:issuerID?/offers/:offerID/invest",
"destination": "/api/prerender",
"has": [
{
"type": "header",
"key": "user-agent",
"value": "Googlebot|Twitterbot|TelegramBot|facebookexternalhit|Slackbot|redditbot|Applebot|WhatsApp|Bingbot|Yandex|Baiduspider|rogerbot|LinkedInBot|Embedly|Quora Link Preview|vkShare|W3C_Validator|Flipboard|Tumblr|bitlybot|SkypeUriPreview|Nuzzel|Discordbot|Google Page Speed|Qwantify|Pinterestbot|Bitrix link preview|XING-contenttabreceiver|Chrome-Lighthouse|ShowyouBot"
}
]
}
]
}