Skip to content

Commit

Permalink
[docs] Fix migrations streaming link
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy authored Sep 11, 2024
1 parent f38372e commit faefb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here are the old build args and their new equivalent:

Everything should already be set up for you. But there are a few things you should know:

- Streaming by default is disabled in open-next (for now). It is very **experimental** right now see [here](/inner_workings/streaming) for more info.
- Streaming by default is disabled in open-next (for now). It is very **experimental** right now see [here](/v2/inner_workings/streaming) for more info.
- Middleware is not run for static file and for image requests with open-next.

#### AWS Amplify
Expand All @@ -42,4 +42,4 @@ module.exports = {
target: 'serverless', // remove this
// ...
}
```
```

0 comments on commit faefb33

Please sign in to comment.