You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?