fix(v2): use absolute path to manifest file (#3554)

* fix(v2): use absolute path to manifest file

* Use base url
This commit is contained in:
Alexey Pyltsyn 2020-10-08 19:27:26 +03:00 committed by GitHub
parent 5d3765fa91
commit 39d6787471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ module.exports = {
{
tagName: 'link',
rel: 'manifest',
href: 'manifest.json',
href: `${baseUrl}manifest.json`,
},
{
tagName: 'meta',