Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit b69d62a

Browse filesBrowse files
committed
README: Add showcase: missionbit.org
missionbit.org uses next-on-netlify, so let's feature it in the README! For details, see: #18 (comment)
1 parent a6dd7fa commit b69d62a
Copy full SHA for b69d62a

File tree

Expand file treeCollapse file tree

2 files changed

+25
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+25
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+25-2Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,25 @@
77

88
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.
99

10-
11-
1210
- Demo: https://next-on.netlify.com/
1311
- Example repository: https://github.com/FinnWoelm/next-on-netlify-demo
1412

13+
## Table of Contents
14+
* [Installation](#installation)
15+
* [Setup](#setup)
16+
- [1. Set NextJS target to serverless](#1-set-nextjs--target-to-serverless)
17+
- [2. Add postbuild hook](#2-add-postbuild-hook)
18+
- [3. Configure Netlify](#3-configure-netlify)
19+
* [Optional Extras](#optional-extras)
20+
- [Preview Locally](#preview-locally)
21+
- [Custom Netlify Redirects](#custom-netlify-redirects)
22+
- [Custom Netlify Functions](#custom-netlify-functions)
23+
* [Caveats](#caveats)
24+
+ [Preview Mode](#preview-mode)
25+
+ [Fallbacks for Pages with `getStaticPaths`](#fallbacks-for-pages-with--getstaticpaths-)
26+
* [Showcase](#showcase)
27+
* [Credits](#credits)
28+
1529
## Installation
1630

1731
```
@@ -147,6 +161,15 @@ With `next-on-netlify`, when navigating to a path that is not defined in `getSta
147161

148162
For more on this, see: [Issue #7](https://github.com/FinnWoelm/next-on-netlify/issues/7#issuecomment-636883539)
149163

164+
## Showcase
165+
166+
The following sites are built with `next-on-netlify`:
167+
168+
![missionbit.org](https://raw.githubusercontent.com/FinnWoelm/next-on-netlify/assets/showcase-missionbit.png)
169+
[missionbit.org](https://www.missionbit.org/) ([#18](https://github.com/FinnWoelm/next-on-netlify/pull/18#issuecomment-643828966))
170+
171+
Are building something awesome with `next-on-netlify`? 🔥 Let me know and we will feature it here :)
172+
150173
## Credits
151174

152175
📣 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.

‎assets/showcase-missionbit.png

Copy file name to clipboard
23.7 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.