datopian / flowershow

💐 Publish your obsidian digital garden or any markdown site easily and elegantly.
https://flowershow.app/
MIT License
824 stars 98 forks source link

Avatarplaceholder does not load #486

Closed regalialong closed 1 year ago

regalialong commented 1 year ago

Describe the bug packages/template/public/_flowershow/avatarplaceholder.png (permalink) is stored as an LFS file which is not resolved by npm. Provisioning a new installation therefore provisions the file as LFS reference which a browser can't load.

To Reproduce Set up a new Node installation Set up a Flowershow installation Preview or export so that the public folder exists on the file system.

Expected behavior avatarplaceholder.png is stored as actual non-LFS png so that a browser can render it without manually replacing the file.

Additional context I was asked by rufuspollock on Discord to open this.

olayway commented 1 year ago

Fixed with 2276420 and 4a5dc8c.

@regalialong Thank you for reporting this!