Generate list of external files

This commit is contained in:
Christoph Hagen
2025-01-06 10:19:51 +01:00
parent 6c1b473ab8
commit cb9af225f0
3 changed files with 27 additions and 0 deletions

View File

@ -52,6 +52,7 @@ struct AudioBlockProcessor: KeyedBlockProcessor {
url: file.absoluteUrl,
cover: coverImage.outputPath)
results.require(file: file)
results.require(image: coverImage)
results.require(footer: footer)
results.require(headers: .audioPlayerJs, .audioPlayerCss)