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