Skip to content

Commit 3dbedce

Browse files
Apply suggestions from code review
Co-authored-by: MarianaReisAlcantara <mariana.alcantara@azion.com>
1 parent 5034f43 commit 3dbedce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/en/pages/devtools/azion-edge-runtime/nextjs/2023-02-14-index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ To help improve compatibility, we encourage you to [report bugs](https://github.
5454
| [Server-Side Rendering (SSR)](https://nextjs.org/docs/app/building-your-application/rendering/server-components) | 🟢 | |
5555
| [Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware) | 🟢 | |
5656
| [Node Middleware](https://nextjs.org/docs/app/building-your-application/routing/middleware#runtime) | 🟡 | introduced in 15.2 are not yet supported |
57-
| [Image optimization](https://nextjs.org/docs/app/building-your-application/optimizing/images) | 🔴 | |
57+
| [Image Optimization](https://nextjs.org/docs/app/building-your-application/optimizing/images) | 🔴 | |
5858
| [Partial Prerendering (PPR)](https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering) | 🟢 | |
5959
| [Pages Router](https://nextjs.org/docs/pages) | 🟢 | |
6060
| [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration) | 🟢 | |
6161
| [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental) | 🟢 | |
6262
| [Composable Caching](https://nextjs.org/blog/composable-caching) | 🔴 | ('use cache') |
6363

6464
:::note
65-
Azion Functions have a maximum size limit of 50 MiB per function. After building your project, pay attention to the compressed (gzipped) size of your deployment package—only the compressed size counts toward this limit.
65+
Azion Functions have a maximum size limit of 50 MB per function. After building your project, pay attention to the compressed (gzipped) size of your deployment package—only the compressed size counts toward this limit.
6666
For more details, see the [documentation on Function size limits](/en/documentation/products/build/edge-application/edge-functions/#limits).
6767
:::
6868

0 commit comments

Comments
 (0)