From bbb88fe8772de7969716d2fa1d7ab9091920f996 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Mon, 18 Nov 2024 20:26:46 +0300 Subject: [PATCH] chore: update docs hero --- docs/components/landing/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/landing/hero.tsx b/docs/components/landing/hero.tsx index 6326d44123..fda558742e 100644 --- a/docs/components/landing/hero.tsx +++ b/docs/components/landing/hero.tsx @@ -25,7 +25,7 @@ const tabs: { name: "auth.ts" | "client.ts"; code: string }[] = [ name: "auth.ts", code: `export const auth = betterAuth({ database: new Pool({ - connectionString: process.env.DATABASE_URL, + connectionString: DATABASE_URL, }), emailAndPassword: { enabled: true,