Skip to content

Commit

Permalink
fix: add pictures to backend pdf gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Oct 4, 2024
1 parent 29042f5 commit a3dd9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/routes/pdfRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const generatePdf = async ({
udap={udap as Udap}
htmlString={htmlString}
images={{ marianne: "./public/marianne.png", marianneFooter: "./public/marianne_footer.png" }}
pictures={pictures}
/>,
);
};
Expand Down

0 comments on commit a3dd9fb

Please sign in to comment.