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
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.".
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
The text was updated successfully, but these errors were encountered:
check #137 , I'll try to fix the problem this weekend...
Sorry, something went wrong.
Thanks
No branches or pull requests
hello,
I'm generating assets with
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:
i'm just opening this issue to track nuxt v4 dev and letting you know the workaround
The text was updated successfully, but these errors were encountered: