Where to store assets?
I am building a webapp where some assets like logos, hero section graphics,etc totalling 12.6 mb are there and storing them in nextjs public folder would not be feasible, should I store them in supabase storage or use some other cdn or Cloudinary?which is a better option here?
1 Reply
you can use supabase storage. supabase uses cloudflare cdn. https://supabase.com/docs/guides/storage/cdn/fundamentals
You get 10 GB of bandwidth (5 GB cached + 5 GB uncached) on free plan.
Note: This bandwidth includes all the data transferred from the database, storage, and functions.