This commit is contained in:
Skylar Grant 2024-09-09 12:52:26 -04:00
parent 0ae8ed322d
commit 1667630c44
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = {
doc.pipe(printer.stdin);
// Add image and text to the PDF
doc.image('itslogo.jpg', {
doc.image('./public/itslogo.jpg', {
fit: [576, 261],
align: 'center',
valign: 'top'