-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
55 lines (55 loc) · 4.04 KB
/
Copy pathvercel.json
File metadata and controls
55 lines (55 loc) · 4.04 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
52
53
54
55
{
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "Strict-Transport-Security", "value": "max-age=63072000; includeSubDomains; preload" },
{ "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=()" }
]
},
{
"source": "/styles.css",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=3600, s-maxage=86400" }
]
}
],
"rewrites": [
{ "source": "/v1/jecp", "destination": "https://setsuna-jobdonebot.fly.dev/v1/jecp" },
{ "source": "/v1/jecp/:path*", "destination": "https://setsuna-jobdonebot.fly.dev/v1/jecp/:path*" },
{ "source": "/v1/capabilities", "destination": "https://setsuna-jobdonebot.fly.dev/v1/capabilities" },
{ "source": "/v1/capabilities/:id", "destination": "https://setsuna-jobdonebot.fly.dev/v1/capabilities/:id" },
{ "source": "/v1/invoke", "destination": "https://setsuna-jobdonebot.fly.dev/v1/invoke" },
{ "source": "/v1/agents/:path*", "destination": "https://setsuna-jobdonebot.fly.dev/v1/agents/:path*" },
{ "source": "/v1/providers/:path*", "destination": "https://setsuna-jobdonebot.fly.dev/v1/providers/:path*" },
{ "source": "/v1/manifests", "destination": "https://setsuna-jobdonebot.fly.dev/v1/manifests" },
{ "source": "/v1/manifests/:path*", "destination": "https://setsuna-jobdonebot.fly.dev/v1/manifests/:path*" },
{ "source": "/v1/refunds", "destination": "https://setsuna-jobdonebot.fly.dev/v1/refunds" },
{ "source": "/v1/refunds/:path*", "destination": "https://setsuna-jobdonebot.fly.dev/v1/refunds/:path*" },
{ "source": "/v1/subscriptions", "destination": "https://setsuna-jobdonebot.fly.dev/v1/subscriptions" },
{ "source": "/v1/subscriptions/:path*", "destination": "https://setsuna-jobdonebot.fly.dev/v1/subscriptions/:path*" },
{ "source": "/health", "destination": "https://setsuna-jobdonebot.fly.dev/health" },
{ "source": "/openapi.json", "destination": "https://setsuna-jobdonebot.fly.dev/openapi.json" },
{ "source": "/openapi.yaml", "destination": "https://setsuna-jobdonebot.fly.dev/openapi.yaml" },
{ "source": "/docs", "destination": "https://setsuna-jobdonebot.fly.dev/docs" },
{ "source": "/redoc", "destination": "https://setsuna-jobdonebot.fly.dev/redoc" },
{ "source": "/.well-known/agent-card.json", "destination": "https://setsuna-jobdonebot.fly.dev/.well-known/agent.json" },
{ "source": "/.well-known/agent-guide.json", "destination": "https://jobdonebot.com/.well-known/agent-guide.json" },
{ "source": "/llms.txt", "destination": "https://jobdonebot.com/llms.txt" },
{ "source": "/api/agents/register", "destination": "https://jobdonebot.com/api/agent/register" },
{ "source": "/api/agents/topup", "destination": "https://jobdonebot.com/api/agent/topup" },
{ "source": "/api/agents/share-kit", "destination": "https://jobdonebot.com/api/agent/share-kit" },
{ "source": "/api/agents/network/:path*", "destination": "https://jobdonebot.com/api/agent/network/:path*" }
],
"redirects": [
{ "source": "/spec", "destination": "https://github.com/jecpdev/jecp-spec/tree/main/spec", "permanent": false },
{ "source": "/source", "destination": "https://github.com/jecpdev/jecp-server", "permanent": false },
{ "source": "/github", "destination": "https://github.com/jecpdev", "permanent": false },
{ "source": "/discord","destination": "https://github.com/jecpdev/jecp-spec/discussions", "permanent": false }
],
"cleanUrls": true,
"trailingSlash": false
}