Skip to content

Commit

Permalink
chore(docs): fix edge compatibility docs imports (#11095)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit4bug authored Jun 8, 2024
1 parent ea03353 commit a617edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/edge-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {

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

import { PrismaClient } from "@prisma/client"
import { PrismaAdapter } from "@auth/prisma-adapter"
Expand Down

0 comments on commit a617edb

Please sign in to comment.