Joaquín Sánchez
Joaquín Sánchez
With the new version I'm going to release (0.8.0), you will need to move `pwa-assets.config.ts` inside `src` folder and: 1) configure public dir properly ```ts // nuxt.config.ts import { resolve...
> Nuxt resolves the public directory like this: resolve(nuxt.options.srcDir, nuxt.options.dir.public). dir.public is public in v4 but will be a fully resolved directory in v4, defaulting to resolve(nuxt.options.rootDir, 'public'). So... nuxt...
> Continuing with the previous context, I added the setting dir.public: 'src/public' suggested by @userquin, then the public path I will get in nuxt/image will be src/src/public, right? Such a...
Can you try installing vuetify as dependency?
@antfu no idea how to remove those files from the build: 
We need to fix loading `tsx/esm/api` on `importx`, will try to load `tsconfig` to run any module and will fail since the nuxt folder not there. I can fix building...
We need to update the docs, vue-cli-4 example requires `.mts` to allow tsx to load uno config using static imports
Check `Cross-Origin-Resource-Policy` headers...
Try adding `/` to the pwa icons.
Or try adding trailing slash to the base `/mobile/`