supabase / supabase

The open source Firebase alternative.

Home Page:https://supabase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong URL in storage bucket guide

J3ykob opened this issue · comments

Improve documentation

Link

Image Transformations - NextJs loader

Describe the problem

The URL in the code snippet is pointing to an old file storage url.

Describe the improvement

it should be changed like so:
https://${projectId}.supabase.co/storage/v1/render/image/public/${src}?width=${width}&quality=${ quality || 75 }
to
https://${projectId}.supabase.co/storage/v1/object/public/${src}?width=${width}&quality=${ quality || 75 }

hello @encima, Can I solve this problem?

Go for it, please open a PR and mention this issue :D