all repos — website @ b88c1dc84d04ced9c1d1749a458bc938124573bd

My website

Fix XML feed style

Alan Pearce
commit

b88c1dc84d04ced9c1d1749a458bc938124573bd

parent

f27b6cf19a450a45e665e6d2ea16b2cfeb3d9275

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" })