fix: manifest error

This commit is contained in:
Barış Soner Uşaklı
2021-09-03 12:29:11 -04:00
parent 72710b8040
commit 488f0978a4

View File

@@ -66,6 +66,7 @@ Tags.parse = async (req, data, meta, link) => {
}, {
rel: 'manifest',
href: `${relative_path}/manifest.webmanifest`,
crossorigin: `use-credentials`,
}];
if (plugins.hooks.hasListeners('filter:search.query')) {