Skip to content

Commit 4c60b06

Browse files
committed
correct content type for all .md files
1 parent c80d577 commit 4c60b06

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

public/.ic-assets.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@
3737
"Access-Control-Allow-Headers": "Content-Type"
3838
}
3939
},
40+
{
41+
// User discovery endpoints — SKILL.md files
42+
"match": "skills/**/*.md",
43+
"headers": {
44+
"Content-Type": "text/markdown; charset=utf-8",
45+
"Cache-Control": "public, max-age=300, must-revalidate",
46+
"Access-Control-Allow-Origin": "*",
47+
"Access-Control-Allow-Methods": "GET",
48+
"Access-Control-Allow-Headers": "Content-Type"
49+
}
50+
},
4051
{
4152
// Matomo analytics
4253
"match": "matomo.js",

0 commit comments

Comments
 (0)