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

assets generation not working with nuxt 4 without this workaround #143

Closed
GreyXor opened this issue Jun 14, 2024 · 2 comments
Closed

assets generation not working with nuxt 4 without this workaround #143

GreyXor opened this issue Jun 14, 2024 · 2 comments

Comments

@GreyXor
Copy link

GreyXor commented Jun 14, 2024

hello,
I'm generating assets with

    pwaAssets: {
      preset: "minimal-2023",
    },

And it's not working because now in nuxt 4, the new Nuxt default srcDir is app/ by default, and most things are resolved from there.".

That's mean I had to add this config:

  pwa: {
    pwaAssets: {
      image: "../public/favicon.svg"
    },

i'm just opening this issue to track nuxt v4 dev and letting you know the workaround

@userquin
Copy link
Member

check #137 , I'll try to fix the problem this weekend...

@GreyXor
Copy link
Author

GreyXor commented Jun 14, 2024

Thanks

@GreyXor GreyXor closed this as completed Jun 14, 2024
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

2 participants