diff --git a/core/server/lib/image/blog-icon.js b/core/server/lib/image/blog-icon.js index ce9b06858d..e26aa4b602 100644 --- a/core/server/lib/image/blog-icon.js +++ b/core/server/lib/image/blog-icon.js @@ -107,11 +107,9 @@ class BlogIcon { } /** - * Return path for Blog icon without [subdirectory]/content/image prefix - * Always returns {string} getIconPath - * @returns {string} physical storage path of icon * @description Checks if we have a custom uploaded icon. If no custom uploaded icon * exists, we're returning the default `favicon.ico` + * @returns {string} physical storage path of site icon without [subdirectory]/content/image prefix */ getIconPath() { const blogIcon = this.settingsCache.get('icon');