-
Notifications
You must be signed in to change notification settings - Fork 12
/
vercel.json
42 lines (42 loc) · 3.53 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"redirects": [
{ "source": "/sdk/sdk-types", "destination": "/sdk/", "statusCode": 301 },
{ "source": "/docs/:path*/", "destination": "/:path*", "statusCode": 301 },
{ "source": "/docs/:path*", "destination": "/:path*", "statusCode": 301 },
{ "source": "/best-practices/sample-apps/getting-started-guide", "destination": "/home/demos/react", "statusCode": 301 },
{ "source": "/best-practices/sample-apps/realtime-demo", "destination": "/home/demos/realtime", "statusCode": 301 },
{ "source": "/home/introduction", "destination": "/", "statusCode": 301 },
{ "source": "/home", "destination": "/", "statusCode": 301 },
{ "source": "/home/", "destination": "/", "statusCode": 301 },
{ "source": "/tools-and-integrations/cli", "destination": "/cli", "statusCode": 301 },
{ "source": "/:path*/getting-started/:path*", "destination": "/introduction/quickstart", "statusCode": 301 },
{ "source": "/home/feature-management/features-and-variables/targeting-users", "destination": "/essentials/targeting", "statusCode": 301 },
{ "source": "/home/feature-management/features-and-variables/variables-and-variations", "destination": "/essentials/variables", "statusCode": 301 },
{ "source": "/home/feature-management/features-and-variables/custom-properties", "destination": "/platform/advanced-targeting/custom-properties", "statusCode": 301 },
{ "source": "/home/feature-management/features-and-variables/sdk-visibility", "destination": "/platform/sdk-visibility", "statusCode": 301 },
{ "source": "/home/feature-management/features-and-variables/metrics-and-analysis/:path*", "destination": "/platform/metrics/:path*", "statusCode": 301 },
{ "source": "/home/feature-management/organizing-your-flags-and-variables/feature-dashboard", "destination": "/essentials/features", "statusCode": 301 },
{ "source": "/home/feature-management/organizing-your-flags-and-variables/environments", "destination": "/essentials/environments", "statusCode": 301 },
{ "source": "/home/feature-management/organizing-your-flags-and-variables/api-and-sdk-keys", "destination": "/essentials/keys", "statusCode": 301 },
{ "source": "/home/feature-management/organizing-your-flags-and-variables/variable-dashboard", "destination": "/essentials/variables", "statusCode": 301 },
{ "source": "/home/feature-management/organizing-your-flags-and-variables/organizations-projects", "destination": "/essentials/organizations", "statusCode": 301 },
{ "source": "/home/your-organization/:path*", "destination": "/essentials/organizations", "statusCode": 301 },
{ "source": "/home/demos/:path*", "destination": "/examples", "statusCode": 301 },
{ "source": "/home/feature-management/edgedb/:path*", "destination": "/platform/edgedb", "statusCode": 301 },
{ "source": "/home/feature-management/feature-opt-in/:path*", "destination": "/platform/advanced-targeting/feature-opt-in", "statusCode": 301 },
{ "source": "/tools-and-integrations/:path*", "destination": "/integrations/:path*", "statusCode": 301 },
{ "source": "/tools-and-integrations/", "destination": "/integrations", "statusCode": 301 },
{ "source": "/extras/:path*", "destination": "/platform/:path*", "statusCode": 301 },
{ "source": "/extras/:path*/", "destination": "/platform/:path*", "statusCode": 301 }
],
"rewrites": [
{ "source": "/.well-known/ai-plugin.json", "destination": "/.well-known/ai-plugin.json" }
],
"headers": [{
"source": "/.well-known/ai-plugin.json",
"headers": [{
"key": "Content-Type",
"value": "application/json"
}]
}]
}