Skip to content

Commit 8bcdb1c

Browse files
committed
chore: improve comments on revalidate api route
1 parent 4e8daa5 commit 8bcdb1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/default/pages/api/revalidate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export default async function handler(req, res) {
1111
'/getStaticProps/withRevalidate/3/', // invalid path (fallback false with dynamic route)
1212
'/getStaticProps/withRevalidate/withFallbackBlocking/3/', // valid path (fallback blocking with dynamic route)
1313
'/fr/getStaticProps/withRevalidate/withFallbackBlocking/3/', // valid path (fallback blocking with dynamic route and locale)
14-
'/blog/nick/', // valid path (with appDir dynamic route)
15-
'/blog/greg/', // invalid path (with appDir dynamic route)
16-
'/blog/rob/hello/', // valid path (with appDir dynamic route)
14+
'/blog/nick/', // valid path (with prerendered appDir dynamic route)
15+
'/blog/greg/', // invalid path (with non-prerendered appDir dynamic route)
16+
'/blog/rob/hello/', // valid path (with appDir dynamic route catch-all)
1717
]
1818

1919
try {

0 commit comments

Comments
 (0)