docs: properly capitalize SQLite and Next.js (#9848)
This commit is contained in:
@@ -307,13 +307,13 @@ available:
|
||||
### Auth
|
||||
|
||||
```js
|
||||
// If you're using nextjs, you'll have to import headers from next/headers, like so:
|
||||
// If you're using Next.js, you'll have to import headers from next/headers, like so:
|
||||
// import { headers as nextHeaders } from 'next/headers'
|
||||
|
||||
// you'll also have to await headers inside your function, or component, like so:
|
||||
// const headers = await nextHeaders()
|
||||
|
||||
// If you're using payload outside of NextJS, you'll have to provide headers accordingly.
|
||||
// If you're using payload outside of Next.js, you'll have to provide headers accordingly.
|
||||
|
||||
// result will be formatted as follows:
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user