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

Commit bfe00b1

Browse files
committed
Publish v1.2.0
- Add support for custom NextJS build directory: If `distDir` is specified in `next.config.js`, next-on-netlify will use that directory. If no `distDir` is specified, it will look for the default directory (`.next`).
1 parent aae3fb1 commit bfe00b1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## 1.2.0 (2020-04-26)
4+
5+
- Add support for custom NextJS build directory: If `distDir` is specified in
6+
`next.config.js`, next-on-netlify will use that directory. If no `distDir` is
7+
specified, it will look for the default directory (`.next`).
8+
39
## 1.1.0 (2020-04-19)
410

5-
- Add support for catch-all routes (#1, #2)
11+
- Add support for catch-all routes ([#1](https://github.com/FinnWoelm/next-on-netlify/pull/1), [#5](https://github.com/FinnWoelm/next-on-netlify/pull/5))
612
- README: Fix instructions for local preview
713

814
## 1.0.1 (2020-01-27)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
 (0)