Skip to content

Commit 0a22dd2

Browse files
committed
Update next-on-netlify to v2.0.0
next-on-netlify now supports getStaticProps and getServerSideProps, among many other improvements. See: https://github.com/FinnWoelm/next-on-netlify/blob/master/CHANGELOG.md#200-2020-06-02
1 parent 5c78a88 commit 0a22dd2

File tree

3 files changed

+592
-30
lines changed

3 files changed

+592
-30
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
2-
functions = "functions"
3-
publish = "public"
2+
functions = "out_functions"
3+
publish = "out_publish"
44
command = "npm run build"

0 commit comments

Comments
 (0)