We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e377304 commit b35cbfeCopy full SHA for b35cbfe
api/index.ts
@@ -126,7 +126,6 @@ async function readmeStats(req: any, res: any): Promise<any> {
126
const pngBuffer = await resvg.render().asPng();
127
128
res.setHeader("Content-Type", "image/png");
129
- res.setHeader("Content-Disposition", `attachment; filename="${fetchStats.name}'s GitHub Stats.png"`);
130
res.send(pngBuffer);
131
} else {
132
res.setHeader("Content-Type", "image/svg+xml");
0 commit comments