From 2c9f81029aac5c665b19a1ef22824b26747a1a0c Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Thu, 18 Sep 2025 10:32:25 +0200 Subject: [PATCH] fix: add local files when genereating pdf so images are included --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ecd14db..018c16e 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ watch: # Export to PDF pdf: @echo "Exporting to PDF..." - npm run export:pdf + npm run export:pdf -- --allow-local-files # Export to HTML html: @@ -53,4 +53,4 @@ install: deploy: build @echo "Deploying slides..." scp build/index.html tengo@tuttle.uberspace.de:/home/tengo/html/malta/ - scp -r build/assets/ tengo@tuttle.uberspace.de:/home/tengo/html/malta/ \ No newline at end of file + scp -r build/assets/ tengo@tuttle.uberspace.de:/home/tengo/html/malta/