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

Commit 57cc775

Browse files
committed
update README per #80 and #81
1 parent 1955358 commit 57cc775

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ We're almost done! We just have to tell Netlify how to build our Next.js app, wh
106106
publish = "out_publish"
107107
```
108108

109+
Note: `out_functions` and `out_publish` are hard-coded into next-on-netlify. These are not configurable at the moment.
110+
109111
We're done. Let's deploy 🚀🚀🚀
110112

111113
## Optional Extras
@@ -169,14 +171,15 @@ The precedence of these rules are:
169171

170172
- `_redirects`
171173
- `next-on-netlify` redirects
172-
- `netlify.toml`
174+
175+
Currently, there is no support for redirects set in your `netlify.toml` file.
173176

174177
[Read more about Netlify redirects here](https://docs.netlify.com/routing/redirects/).
175178

176179
#### Custom Netlify Functions
177180

178181
`next-on-netlify` creates one Netlify Function for each of your
179-
SSR pages and API endpoints. It is currently not possible to create custom Netlify Functions. Let me know if you have a need for this feature and we can add it.
182+
SSR pages and API endpoints. It is currently not possible to create custom Netlify Functions. This feature is on our list to do.
180183

181184
## Caveats
182185

0 commit comments

Comments
 (0)