You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,25 @@
7
7
8
8
next-on-netlify is a utility for hosting NextJS applications with Server-Side Rendering on Netlify. It wraps your NextJS application in a tiny compatibility layer, so that pages can be server-side rendered with Netlify functions.
9
9
10
-
11
-
12
10
- Demo: https://next-on.netlify.com/
13
11
- Example repository: https://github.com/FinnWoelm/next-on-netlify-demo
14
12
13
+
## Table of Contents
14
+
*[Installation](#installation)
15
+
*[Setup](#setup)
16
+
-[1. Set NextJS target to serverless](#1-set-nextjs--target-to-serverless)
Are building something awesome with `next-on-netlify`? 🔥 Let me know and we will feature it here :)
172
+
150
173
## Credits
151
174
152
175
📣 Shoutout to [@mottox2](https://github.com/mottox2) (a pioneer of hosting NextJS on Netlify) and [@danielcondemarin](https://github.com/danielcondemarin) (author of serverless-next.js for AWS). The two were big inspirations for this package.
0 commit comments