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?
The text was updated successfully, but these errors were encountered:
vedmant
changed the title
Any way pre generate icons before deploying and use custom urls?
Any way pre generate icons in static folder before deploying and use custom urls?
Oct 2, 2022
vedmant
changed the title
Any way pre generate icons in static folder before deploying and use custom urls?
Any way to use custom urls prefix for icons?
Oct 2, 2022
vedmant
changed the title
Any way to use custom urls prefix for icons?
Any way to use custom urls prefix for icons or build.publicPath?
Oct 2, 2022
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?The text was updated successfully, but these errors were encountered: