Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit b69d62a

Browse 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

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

Diff for: README.md

+25-2
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.

Diff for: assets/showcase-missionbit.png

23.7 KB
Loading

0 commit comments

Comments
 (0)