Skip to content

Commit

Permalink
chore(docs): update vercel postgres doc link (#11703)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Domino <[email protected]>
  • Loading branch information
timodwhit and ndom91 authored Aug 28, 2024
1 parent 99a2dd1 commit d393439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/adapters/pg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const { handlers, auth, signIn, signOut } = NextAuth({
})
```

If you are using [Neon](https://neon.tech)'s PostgreSQL like [Vercel Postgres](https://vercel.com/docs/postgres), you can use `@neondatabase/serverless` to work with edge runtime.
If you are using [Neon](https://neon.tech)'s PostgreSQL like [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres), you can use `@neondatabase/serverless` to work with edge runtime.

```ts filename="./auth.ts"
import NextAuth from "next-auth"
Expand Down

0 comments on commit d393439

Please sign in to comment.