-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
36 lines (36 loc) · 1.83 KB
/
Copy pathvercel.json
File metadata and controls
36 lines (36 loc) · 1.83 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
{
"outputDirectory": "./public",
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "X-Frame-Options", "value": "DENY" },
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" },
{ "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" }
]
}
],
"redirects": [
{ "source": "/zh-cn", "destination": "/zh-cn/", "statusCode": 301 },
{ "source": "/zh-tw", "destination": "/zh-tw/", "statusCode": 301 },
{ "source": "/ja", "destination": "/ja/", "statusCode": 301 },
{ "source": "/ko", "destination": "/ko/", "statusCode": 301 },
{ "source": "/de", "destination": "/de/", "statusCode": 301 },
{ "source": "/fr", "destination": "/fr/", "statusCode": 301 },
{ "source": "/es", "destination": "/es/", "statusCode": 301 },
{ "source": "/pt-br", "destination": "/pt-br/", "statusCode": 301 },
{ "source": "/ru", "destination": "/ru/", "statusCode": 301 },
{ "source": "/ar", "destination": "/ar/", "statusCode": 301 },
{ "source": "/tr", "destination": "/tr/", "statusCode": 301 },
{ "source": "/pl", "destination": "/pl/", "statusCode": 301 },
{ "source": "/id", "destination": "/id/", "statusCode": 301 },
{ "source": "/about", "destination": "/about/", "statusCode": 301 },
{ "source": "/faq", "destination": "/faq/", "statusCode": 301 },
{ "source": "/videos", "destination": "/videos/", "statusCode": 301 },
{ "source": "/contact", "destination": "/contact/", "statusCode": 301 },
{ "source": "/terms", "destination": "/terms/", "statusCode": 301 },
{ "source": "/privacy-policy", "destination": "/privacy-policy/", "statusCode": 301 },
{ "source": "/sponsor-electerm", "destination": "/sponsor-electerm/", "statusCode": 301 }
]
}