all repos — homestead @ 977690e69d98d9830bb0851755643cc06ef3a316

Code for my website

Fix XML feed style

Alan Pearce
commit

977690e69d98d9830bb0851755643cc06ef3a316

parent

929dfa44364df3ecf2b2d850fc0eac4f84ee0747

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M src/index.tssrc/index.ts
@@ -66,7 +66,7 @@ files.set(pathname, {
filename, relPath: "/" + path, handle: handle, - type: pathname.startsWith("/feed-styles") ? "text/xsl" : handle.type, + type: pathname.startsWith("/feed-styles.xsl") ? "text/xsl" : handle.type, headers: pathname === "/404.html" ? Object.assign({}, defaultHeaders, { "cache-control": "no-cache" })