mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-20 18:17:51 +02:00
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:
parent
5d3765fa91
commit
39d6787471
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ module.exports = {
|
|||
{
|
||||
tagName: 'link',
|
||||
rel: 'manifest',
|
||||
href: 'manifest.json',
|
||||
href: `${baseUrl}manifest.json`,
|
||||
},
|
||||
{
|
||||
tagName: 'meta',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue