Skip to content

Commit

Permalink
Added jpeg to default doc file filter
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m authored and marnovandermaas committed Jun 17, 2024
1 parent 2df5645 commit ebc65d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/doc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in {
standardMdbookFileset = root:
fs.unions [
(root + /book.toml)
(fs.fileFilter (hasExts ["md" "svg" "png"]) root)
(fs.fileFilter (hasExts ["md" "svg" "png" "jpeg" "jpg"]) root)
];

# A helper function to create mdBook site builds.
Expand Down

0 comments on commit ebc65d1

Please sign in to comment.