Skip to content

Commit 5ae6a49

Browse files
committed
2025.02.22 set trustHost: true
1 parent 77121e9 commit 5ae6a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import type { NextAuthConfig } from 'next-auth';
44
// https://authjs.dev/guides/edge-compatibility#middleware
55
export default {
66
providers: [GitHub],
7+
trustHost: true,
78
} satisfies NextAuthConfig;

0 commit comments

Comments
 (0)