2
0

fix: add local files when genereating pdf so images are included

This commit is contained in:
2025-09-18 10:32:25 +02:00
parent fad3b8b64e
commit 2c9f81029a

View File

@@ -32,7 +32,7 @@ watch:
# Export to PDF # Export to PDF
pdf: pdf:
@echo "Exporting to PDF..." @echo "Exporting to PDF..."
npm run export:pdf npm run export:pdf -- --allow-local-files
# Export to HTML # Export to HTML
html: html: