fix: favicon url

This commit is contained in:
Barış Soner Uşaklı
2026-02-19 15:55:25 -05:00
parent ea382b7101
commit 1a35131a89

View File

@@ -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`,