diff --git a/chapters/_quarto.yml b/chapters/_quarto.yml index 1c7a2b6..e6b9392 100644 --- a/chapters/_quarto.yml +++ b/chapters/_quarto.yml @@ -31,9 +31,9 @@ book: repo-actions: [edit] downloads: [pdf, epub] sharing: [twitter, facebook] - favicon: ../favicon.ico + favicon: favicon.ico sidebar: - logo: ../images/logo_white.png + logo: images/logo_white.png collapse-level: 1 @@ -57,4 +57,4 @@ format: - \@addtoreset{chapter}{part} - \makeatother epub: - cover-image: ../images/logo_black.png + cover-image: images/logo_black.png