-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
51 lines (51 loc) · 2.42 KB
/
Copy pathvercel.json
File metadata and controls
51 lines (51 loc) · 2.42 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"images": {
"remotePatterns": [
{ "protocol": "https", "hostname": "peer.decentraland.org" },
{ "protocol": "https", "hostname": "peer.decentraland.zone" },
{ "protocol": "https", "hostname": "events-assets-099ac00.decentraland.org" },
{ "protocol": "https", "hostname": "cdn.decentraland.org" }
],
"sizes": [384, 640, 750, 828, 1080, 1120, 1200, 1600, 1920],
"formats": ["image/webp"],
"minimumCacheTTL": 86400
},
"rewrites": [
{ "source": "/blog/:path*", "destination": "/api/seo?path=/blog/:path*" },
{ "source": "/blog", "destination": "/api/seo?path=/blog" },
{ "source": "/reels/:imageId", "destination": "/api/seo?path=/reels/:imageId" },
{ "source": "/whats-on/:path*", "destination": "/api/seo?path=/whats-on/:path*" },
{ "source": "/whats-on", "destination": "/api/seo?path=/whats-on" },
{ "source": "/jump/events/:path*", "destination": "/api/seo?path=/jump/events/:path*" },
{ "source": "/jump/events", "destination": "/api/seo?path=/jump/events" },
{ "source": "/jump/places/:path*", "destination": "/api/seo?path=/jump/places/:path*" },
{ "source": "/jump/places", "destination": "/api/seo?path=/jump/places" },
{ "source": "/auth", "destination": "https://decentraland.zone/auth" },
{ "source": "/auth/:path*", "destination": "https://decentraland.zone/auth/:path*" },
{ "source": "/(.*)", "destination": "/index.html" }
],
"headers": [
{
"source": "/assets/(.*)",
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
},
{
"source": "/whitepaper.pdf",
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
},
{
"source": "/whitepaper2.pdf",
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
},
{
"source": "/(.*)",
"headers": [
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" },
{
"key": "Permissions-Policy",
"value": "accelerometer=(self \"https://www.youtube.com\"), autoplay=(self \"https://www.youtube.com\"), encrypted-media=(self \"https://www.youtube.com\"), gyroscope=(self \"https://www.youtube.com\"), fullscreen=*, camera=(self), microphone=(self), display-capture=(self), clipboard-write=(self), geolocation=(), interest-cohort=(), payment=(), usb=(), xr-spatial-tracking=()"
}
]
}
]
}