ghostboard / ghost-purge-images

CLI tool to display & purge the uploaded images, video and audio files that currently are not used in any post, page or meta data
MIT License
90 stars 4 forks source link

Deletes also FavIcon #12

Closed alst-ovh closed 3 years ago

alst-ovh commented 4 years ago

Deletes the Publication icon (favIcon) ?

dburgos commented 3 years ago

No, the favicon is located at the theme folder (content/themes/<yourtheme>/assets) and this app checks only the uploaded files, located on content/images

Feel free to check the code at ghost-purge-images/lib/ghost/uploads.js