This commit is contained in:
2025-08-16 20:34:57 -04:00
parent 1fe3ef0ee1
commit d487f5efe0
3 changed files with 36 additions and 1 deletions

View File

@@ -32,7 +32,10 @@ export const providerMap = providers.map((provider) => {
}
});
const basePath = process.env.BASE_PATH ?? ''
const config = {
basePath: `${basePath}/api/auth`,
providers,
pages: {
signIn: "/signin",