Skip to content

Commit a3b6e50

Browse files
committed
Add resend api in in example env
1 parent 7f82e18 commit a3b6e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.local.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
NEXT_PUBLIC_SUPABASE_URL=<your_supabase_project_url>
22
NEXT_PUBLIC_SUPABASE_ANON_KEY=<your_supabase_anon_key>
3-
NEXT_PUBLIC_REDIRECT_URL=http://localhost:3000 # or the production URL
3+
NEXT_PUBLIC_REDIRECT_URL=http://localhost:3000 # or the production URL
4+
RESEND_API_KEY=

0 commit comments

Comments
 (0)