Skip to content

Commit

Permalink
encourage pdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Oct 2, 2024
1 parent da5074d commit 2a89814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/assemble-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function setDownloadHeaders (res, filename) {
status: 201,
'Content-Type': 'application/pdf',
'Access-Control-Allow-Origin': '*',
'Content-Disposition': `attachment; filename=${filename}`
'Content-Disposition': `inline; filename=${filename}`
})
}

Expand Down

0 comments on commit 2a89814

Please sign in to comment.