We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert a precise description of what the issue is here
When using the publicUrl property the paths in the html does not match:
Insert a clear and concise description of what you expected to happen here.
Insert the actual behavior of the manifest generator here. see above
Steps to reproduce the behavior: Add the config to your package.json:
"targets": { "default": { "publicUrl": "./assets" },
.pwamanifestrc
{ "name": "Alexander Eimer", "shortName": "Alex Eimer", "theme": "#2d2d2b", "background_color": "#2d2d2b", "display": "standalone", "generateIconOptions": { "baseIcon": "./src/img/logo.png", "sizes": [ 152, 192, 384, 512 ], "genFavicons": true } }
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Insert a precise description of what the issue is here
When using the publicUrl property the paths in the html does not match:
Expected behavior
Insert a clear and concise description of what you expected to happen here.
Actual behavior
Insert the actual behavior of the manifest generator here.
see above
To reproduce
Steps to reproduce the behavior:
Add the config to your package.json:
.pwamanifestrc
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: