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.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ We're almost done! We just have to tell Netlify how to build our Next.js app, wh
106
106
publish = "out_publish"
107
107
```
108
108
109
+
Note: `out_functions` and `out_publish` are hard-coded into next-on-netlify. These are not configurable at the moment.
110
+
109
111
We're done. Let's deploy 🚀🚀🚀
110
112
111
113
## Optional Extras
@@ -169,14 +171,15 @@ The precedence of these rules are:
169
171
170
172
-`_redirects`
171
173
-`next-on-netlify` redirects
172
-
-`netlify.toml`
174
+
175
+
Currently, there is no support for redirects set in your `netlify.toml` file.
173
176
174
177
[Read more about Netlify redirects here](https://docs.netlify.com/routing/redirects/).
175
178
176
179
#### Custom Netlify Functions
177
180
178
181
`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.
0 commit comments