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.
-[Fallbacks for Pages with `getStaticPaths`](#fallbacks-for-pages-with-getstaticpaths)
@@ -223,7 +224,12 @@ Currently, there is no support for redirects set in your `netlify.toml` file.
223
224
### Custom Netlify Functions
224
225
225
226
`next-on-netlify` creates one Netlify Function for each of your
226
-
SSR pages and API endpoints. It is currently not possible to create custom Netlify Functions. This feature is on our list to do.
227
+
SSR pages and API endpoints. Currently, you can only create custom Netlify functions using [@netlify/plugin-nextjs](https://github.com/netlify/netlify-plugin-nextjs#custom-netlify-functions).
228
+
229
+
### Background Functions
230
+
231
+
If your Next.js API page/route ends in `-background`, it will be treated as a [Netlify background function](https://docs.netlify.com/functions/background-functions/).
232
+
Note: background functions are only available on certain plans.
0 commit comments