diff --git a/docs/docs/adapters/mongodb.md b/docs/docs/adapters/mongodb.md index b4bae7e1b7..58adcb6ed2 100644 --- a/docs/docs/adapters/mongodb.md +++ b/docs/docs/adapters/mongodb.md @@ -58,7 +58,7 @@ export default clientPromise ```js import NextAuth from "next-auth" import { MongoDBAdapter } from "@next-auth/mongodb-adapter" -import clientPromise from "lib/mongodb" +import clientPromise from "../../../lib/mongodb" // For more information on each option (and a full list of options) go to // https://next-auth.js.org/configuration/options