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/