fix: respond rfc2616 sec14.9.4

This commit is contained in:
dsrkafuu 2022-03-13 18:40:07 +08:00
parent 22117f45f5
commit b1a6c6fd00
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ export async function get(req, event) {
status: 200,
headers: {
'Content-Type': 'image/svg+xml; charset=utf-8',
'Cache-Control': 'max-age=0, no-cache, must-revalidate', // fix github cdn cache
},
});
}