Skip to content

Commit 286b782

Browse files
committed
add link to supabase setup docs
1 parent 0dbbb55 commit 286b782

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

i18n.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ Svelte's REPL use a [Supabase](https://supabase.com/) instance to store user dat
6464

6565
For development, these variables should already be set in the `.env` (even if the key is `''`), so you do not need to modify them.
6666

67-
However, you will need to set different values for [deployment](#deploying). We obviously can not access Svelte's official Supabase instance, so **we needed to create our own [Supabase](https://supabase.com/) instance**, and provide these variables with our own values.
67+
However, you will need to set different values for deployment. We obviously can not access Svelte's official Supabase instance, so **we needed to create our own Supabase instance**, and provide these variables with our own values.
68+
69+
More info on how to set up your Supabase instance [here](https://github.com/sveltejs/sites/tree/master/db).
6870

6971
### External links
7072

0 commit comments

Comments
 (0)