Replies: 2 comments
-
I don't see AWS/S3 as a provider. Also this component is for manipulating images "on the fly" (cached though). So I don't think your use-case fits here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess what we really need is a solution from AWS using S3 + Cloudfront. You could use Providers like Cloudinary and their CDN, but why if we already have AWS? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built a blog that uses Notion as the CMS. The author writes posts in Notion and uploads images there. When I am reading in the data the image comes from an S3 bucket. I was looking into using Nuxt Image so that I could improve performance in the following areas:
Another odd issue with Notion images is they expire in 60 minutes so I can't cache them for long. Am I able to use Nuxt Image in this scenario? I guess I'm just a little bit confused on what nuxt image is doing for remote sources.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions