mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
fix: set baseURL for production deploy
This commit is contained in:
@@ -21,6 +21,7 @@ export type UserProfile = {
|
||||
export const auth = betterAuth({
|
||||
database: prismaAdapter(prisma, { provider: "postgresql" }),
|
||||
appName: config.app.title,
|
||||
baseURL: config.app.baseURL,
|
||||
secret: config.auth.secret,
|
||||
email: {
|
||||
provider: "resend",
|
||||
|
||||
Reference in New Issue
Block a user