From 1a2c570cbe143d3fbc937f7bd448bdf237f03375 Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Sat, 20 Dec 2025 02:03:46 +0900 Subject: [PATCH] docs: use `dotenv` instead of `env` (#6883) --- docs/content/docs/authentication/google.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/authentication/google.mdx b/docs/content/docs/authentication/google.mdx index a763afd8a1..2c67ce579d 100644 --- a/docs/content/docs/authentication/google.mdx +++ b/docs/content/docs/authentication/google.mdx @@ -52,7 +52,7 @@ description: Google provider setup and usage. **Option 1: Environment Variable (Recommended)** Add to your `.env` file: - ```env + ```dotenv BETTER_AUTH_URL=https://your-domain.com ```