mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
fix: favicon url
This commit is contained in:
@@ -65,7 +65,7 @@ Tags.parse = async (req, data, meta, link) => {
|
||||
const defaultLinks = isAPI ? [] : [{
|
||||
rel: 'icon',
|
||||
type: 'image/x-icon',
|
||||
href: `${faviconPath}${cacheBuster}`,
|
||||
href: `${faviconPath}${cacheBuster ? `?${cacheBuster}` : ''}`,
|
||||
}, {
|
||||
rel: 'manifest',
|
||||
href: `${relative_path}/manifest.webmanifest`,
|
||||
|
||||
Reference in New Issue
Block a user