From 2872ac9cb8daf280f7ba39c6612f5aae7f19bdd3 Mon Sep 17 00:00:00 2001 From: Murray Wang Date: Wed, 3 Jan 2024 18:44:58 +0800 Subject: [PATCH] should provide NEXT_PUBLIC_SUPABASE_IMAGES_URL in environment file, as it is used in image shown places --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index f86b29d..e06a7b6 100644 --- a/.env.example +++ b/.env.example @@ -12,6 +12,8 @@ SUPABASE_KEY= # host for your supabase "images" bucket used to store and serve predicitions # e.g. xyz.supabase.co NEXT_PUBLIC_SUPABASE_IMAGES_HOST= +# e.g. https://xyz.supabase.co +NEXT_PUBLIC_SUPABASE_IMAGES_URL= # install https://ngrok.com/, run it, and set the host here NGROK_HOST=