-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathnetlify.toml
More file actions
51 lines (41 loc) · 1.57 KB
/
netlify.toml
File metadata and controls
51 lines (41 loc) · 1.57 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
[build.environment]
NODE_VERSION = "20"
[build]
command = "npm run build"
publish = "build"
[[headers]]
for = "/"
[headers.values]
Link = "</.well-known/api-catalog>; rel=\"api-catalog\", </.well-known/openapi.json>; rel=\"service-desc\"; type=\"application/openapi+json\", </docs>; rel=\"service-doc\"; type=\"text/html\", </.well-known/agent-skills/index.json>; rel=\"describedby\"; type=\"application/json\", </.well-known/mcp/server-card.json>; rel=\"describedby\"; type=\"application/json\""
[[headers]]
for = "/robots.txt"
[headers.values]
Content-Type = "text/plain; charset=utf-8"
[[headers]]
for = "/.well-known/api-catalog"
[headers.values]
Content-Type = "application/linkset+json; charset=utf-8"
[[headers]]
for = "/.well-known/oauth-protected-resource"
[headers.values]
Content-Type = "application/json; charset=utf-8"
[[headers]]
for = "/.well-known/mcp/server-card.json"
[headers.values]
Content-Type = "application/json; charset=utf-8"
[[headers]]
for = "/.well-known/openapi.json"
[headers.values]
Content-Type = "application/openapi+json; charset=utf-8"
[[headers]]
for = "/.well-known/site-status.json"
[headers.values]
Content-Type = "application/json; charset=utf-8"
[[headers]]
for = "/.well-known/agent-skills/index.json"
[headers.values]
Content-Type = "application/json; charset=utf-8"
[[headers]]
for = "/.well-known/agent-skills/hami-docs/SKILL.md"
[headers.values]
Content-Type = "text/markdown; charset=utf-8"