diff options
Diffstat (limited to 'book/book.typ')
-rw-r--r-- | book/book.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/book.typ b/book/book.typ index 79e3f7eb..b23f3e77 100644 --- a/book/book.typ +++ b/book/book.typ @@ -32,7 +32,7 @@ ] else if elem.t == "page" [ #page( background: if "background" in elem { image( - "book-repo/"+elem.background+".jpeg", + "assets/"+elem.background+".jpeg", fit: "cover", height: 100%, width: 100% )} else { none }, [ #for e in elem.es [ |