We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea03353 commit a617edbCopy full SHA for a617edb
docs/pages/guides/edge-compatibility.mdx
@@ -71,7 +71,7 @@ export default {
71
72
```ts filename="auth.ts" {2, 10, 11}
73
import NextAuth from "next-auth"
74
-import authConfig from "auth.config"
+import authConfig from "./auth.config"
75
76
import { PrismaClient } from "@prisma/client"
77
import { PrismaAdapter } from "@auth/prisma-adapter"
0 commit comments