Skip to content

Commit 0a03c16

Browse files
authored
Adding a missing link to serverless next.js docs
1 parent d4b3d4e commit 0a03c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm install --save next-on-netlify
3636

3737
#### 1. Set NextJS target to serverless
3838

39-
We must build our NextJS app as a serverless app. You can read more about serverless NextJS here.
39+
We must build our NextJS app as a serverless app. You can read more about serverless NextJS [here](https://nextjs.org/docs/api-reference/next.config.js/build-target#serverless-target).
4040

4141
It's super simple. Just create a `next.config.js` file and write the following:
4242

0 commit comments

Comments
 (0)