fix: add local files when genereating pdf so images are included
This commit is contained in:
4
Makefile
4
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/
|
||||
scp -r build/assets/ tengo@tuttle.uberspace.de:/home/tengo/html/malta/
|
||||
|
||||
Reference in New Issue
Block a user