Skip to content

Commit e714497

Browse files
committed
feat: Add headers configuration for sitemap.xml in Vercel settings
1 parent 05df095 commit e714497

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

vercel.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,16 @@
77
"npm_config_platform": "linux",
88
"npm_config_arch": "x64",
99
"npm_config_libc": "glibc"
10-
}
10+
},
11+
"headers": [
12+
{
13+
"source": "/sitemap.xml",
14+
"headers": [
15+
{
16+
"key": "Content-Encoding",
17+
"value": "identity"
18+
}
19+
]
20+
}
21+
]
1122
}

0 commit comments

Comments
 (0)