Skip to content

Commit dfd8778

Browse files
committed
fix: invalid domain name
1 parent f04eb32 commit dfd8778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const auth = betterAuth({
4545
// Hardcode base URL for production
4646
baseURL:
4747
process.env.NODE_ENV === "production"
48-
? "https://prasanboon.in.th"
48+
? "https://www.prasarnboon.in.th"
4949
: process.env.BETTER_AUTH_URL,
5050
socialProviders: {
5151
google: {

0 commit comments

Comments
 (0)