Skip to content

Commit a617edb

Browse files
authored
chore(docs): fix edge compatibility docs imports (#11095)
1 parent ea03353 commit a617edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/guides/edge-compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171

7272
```ts filename="auth.ts" {2, 10, 11}
7373
import NextAuth from "next-auth"
74-
import authConfig from "auth.config"
74+
import authConfig from "./auth.config"
7575

7676
import { PrismaClient } from "@prisma/client"
7777
import { PrismaAdapter } from "@auth/prisma-adapter"

0 commit comments

Comments
 (0)