We share assets between our (multilingual) sites by storing them in our theme override directory, as discussed in #2346.
FileNotFoundError: [Errno 2] No such file or directory: '/[...]/docs/assets/img/logo.svg'
The plugin should ideally be looking in the merged assets directory rather than the directory in docs_dir specifically.
Context
We share assets between our (multilingual) sites by storing them in our theme override directory, as discussed in #2346.
Bug description
When
theme.logois set to a logo intheme.custom_dirinstead ofdocs_dir, social cards fail to generate with the error:The plugin should ideally be looking in the merged assets directory rather than the directory in
docs_dirspecifically.Related links
Reproduction
Archive.zip
Steps to reproduce
[custom_dir]/assetsinstead ofdocs/assetstheme.logotoassets/img/logo.svgBrowser
No response
Before submitting