Skip to content

Commit e35ce45

Browse files
authored
Schema content-type fix (open-telemetry#3474)
1 parent 846c077 commit e35ce45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

netlify.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ force = true
1313
[[redirects]]
1414
from = "https://blog.opentelemetry.io/*"
1515
to = "https://opentelemetry.io/blog/:splat"
16-
force = true
16+
force = true
17+
18+
[[headers]]
19+
for = "/schemas/:version"
20+
[headers.values]
21+
content-type = "application/yaml"

0 commit comments

Comments
 (0)