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.
- 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`).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# Changelog
2
2
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
+
3
9
## 1.1.0 (2020-04-19)
4
10
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))
0 commit comments