diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index f07b1dd..3567838 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -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'