1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-28 23:16:32 -04:00

Fixed: PWA Manifest with URL base

Closes #7107
This commit is contained in:
Mark McDowall
2024-08-18 18:58:29 -07:00
committed by GitHub
parent f45713bff8
commit aedcd046fc
11 changed files with 138 additions and 89 deletions
+6
View File
@@ -134,6 +134,12 @@ module.exports = (env) => {
{
source: 'frontend/src/Content/robots.txt',
destination: path.join(distFolder, 'Content/robots.txt')
},
// manifest.json and browserconfig.xml
{
source: 'frontend/src/Content/*.(json|xml)',
destination: path.join(distFolder, 'Content')
}
]
}