Skip to content

Commit 264fd08

Browse files
committed
Install next-on-netlify
Install the next-on-netlify npm package which allows us to deploy NextJS with SSR on Netlify.
1 parent 9d53975 commit 264fd08

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

package-lock.json

+45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dependencies": {
88
"isomorphic-unfetch": "^3.0.0",
99
"next": "^9.2.1",
10+
"next-on-netlify": "^1.0.0",
1011
"react": "^16.12.0",
1112
"react-dom": "^16.12.0"
1213
}

0 commit comments

Comments
 (0)