This commit is contained in:
2025-08-16 20:34:57 -04:00
parent 1fe3ef0ee1
commit 31e255a6d9
3 changed files with 35 additions and 2 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",