Skip to content

Commit

Permalink
Added webp and avif to the std doc file filter
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Jun 18, 2024
1 parent ebc65d1 commit 0ae164d
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" "jpeg" "jpg"]) root)
(fs.fileFilter (hasExts ["md" "svg" "png" "jpeg" "jpg" "webp" "avif"]) root)
];

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

0 comments on commit 0ae164d

Please sign in to comment.