From 16bb3a57f3a4f5e9b6fb41205f37bdf366a8c586 Mon Sep 17 00:00:00 2001 From: samcx Date: Tue, 22 Oct 2024 22:37:03 -0700 Subject: [PATCH] docs(next-config): remove mention of appIsrStatus is on canary --- .../02-app/02-api-reference/05-next-config-js/devIndicators.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/02-app/02-api-reference/05-next-config-js/devIndicators.mdx b/docs/02-app/02-api-reference/05-next-config-js/devIndicators.mdx index 08a4990c445dc..0631f1435d6ee 100644 --- a/docs/02-app/02-api-reference/05-next-config-js/devIndicators.mdx +++ b/docs/02-app/02-api-reference/05-next-config-js/devIndicators.mdx @@ -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).