File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ export default async function handler(req, res) {
11
11
'/getStaticProps/withRevalidate/3/' , // invalid path (fallback false with dynamic route)
12
12
'/getStaticProps/withRevalidate/withFallbackBlocking/3/' , // valid path (fallback blocking with dynamic route)
13
13
'/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 )
17
17
]
18
18
19
19
try {
You can’t perform that action at this time.
0 commit comments