Skip to content

Commit

Permalink
docs(next-config): remove mention of appIsrStatus is on canary (#71695)
Browse files Browse the repository at this point in the history
## Why?


[`appIsrStatus`](https://nextjs.org/docs/canary/app/api-reference/next-config-js/devIndicators#appisrstatus-static-indicator)
is stable now, so this note is no longer necessary.
  • Loading branch information
samcx authored Oct 23, 2024
1 parent d61d631 commit c1cfee3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ description: Optimized pages include an indicator to let you know if it's being

## `appIsrStatus` (Static Indicator)

> This option is available in Next.js canary.
Next.js displays a static indicator in the bottom corner of the screen that signals if a route will be prerendered at build time. This makes it easier to understand whether a route is static or dynamic, and for you to identify if a route [opts out of static rendering](#static-route-not-showing-the-indicator).

<Image
Expand Down

0 comments on commit c1cfee3

Please sign in to comment.