pwa-module icon indicating copy to clipboard operation
pwa-module copied to clipboard

Any way to use custom urls prefix for icons or `build.publicPath`?

Open vedmant opened this issue 3 years ago • 0 comments

I'm using serverless deployment and deploy compiled dist/client to and S3 bucket, so my labmda function is only serving SSR rendered content, when all static data is loaded from buckets.

I also use nuxt config: build.publicPath to point to my bucket. However this module doesn't take this into account and generates relative links to current domains instead.

Is there any way to make it load icon from build.publicPath instead?

vedmant avatar Oct 02 '22 00:10 vedmant