-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathnetlify.toml
More file actions
28 lines (23 loc) · 1.06 KB
/
netlify.toml
File metadata and controls
28 lines (23 loc) · 1.06 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
[[headers]]
for = "/*"
[headers.values]
Content-Signal = "ai-train=yes, search=yes, ai-input=yes"
[[headers]]
for = "/.well-known/nostr.json"
[headers.values]
Access-Control-Allow-Origin = "*"
[[headers]]
for = "/"
[headers.values]
Link = "</.well-known/api-catalog>; rel=\"api-catalog\", </.well-known/service-desc.json>; rel=\"service-desc\"; type=\"application/json\", </guide/>; rel=\"service-doc\"; type=\"text/html\", </search-data.json>; rel=\"describedby\"; type=\"application/json\""
[[headers]]
for = "/index.html"
[headers.values]
Link = "</.well-known/api-catalog>; rel=\"api-catalog\", </.well-known/service-desc.json>; rel=\"service-desc\"; type=\"application/json\", </guide/>; rel=\"service-doc\"; type=\"text/html\", </search-data.json>; rel=\"describedby\"; type=\"application/json\""
[[headers]]
for = "/.well-known/api-catalog"
[headers.values]
Content-Type = "application/linkset+json; profile=\"https://www.rfc-editor.org/info/rfc9727\""
[[edge_functions]]
path = "/*"
function = "markdown-negotiation"