Skip to content
New issue

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

[BUG] When using publicUrl the paths dont match #71

Open
aeimer opened this issue Feb 13, 2023 · 0 comments
Open

[BUG] When using publicUrl the paths dont match #71

aeimer opened this issue Feb 13, 2023 · 0 comments

Comments

@aeimer
Copy link

aeimer commented Feb 13, 2023

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:
image

Expected behavior

Insert a clear and concise description of what you expected to happen here.
image

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:

  "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
    }
}

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant