Skip to content

Commit 4bf875a

Browse files
committed
Add base option to readme
1 parent b791d6d commit 4bf875a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ config = {
107107
"contents": '<span style="color: #444;">{{page}}</span>/<span>{{pages}}</span>'
108108
},
109109

110+
111+
// Rendering options
112+
"base": "file:///home/www/your-asset-path", // Base path that's used to load files (images, css, js) when they aren't referenced using a host
113+
110114
// File options
111115
"type": "pdf", // allowed file types: png, jpeg, pdf
112116
"quality": "75", // only used for types png & jpeg

0 commit comments

Comments
 (0)