feat(homepage): add new sections to homepage

This commit is contained in:
Amruth Pillai
2023-11-13 17:03:41 +01:00
parent 4b1e33db80
commit d18b258761
79 changed files with 3096 additions and 313 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ export class PrinterService {
return tempHtml;
}, pageElement);
pagesBuffer.push(await page.pdf({ width, height }));
pagesBuffer.push(await page.pdf({ width, height, printBackground: true }));
await page.evaluate((tempHtml: string) => {
document.body.innerHTML = tempHtml;