Skip to content

Commit 407759c

Browse files
committed
missing PAGES
1 parent 3a42a1c commit 407759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/handlers/cache.cts

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export class NetlifyCacheHandler implements CacheHandler {
329329
value,
330330
})
331331

332-
if (data?.kind === 'PAGE') {
332+
if (data?.kind === 'PAGE' || data?.kind === 'PAGES') {
333333
const requestContext = getRequestContext()
334334
if (requestContext?.didPagesRouterOnDemandRevalidate) {
335335
const tag = `_N_T_${key === '/index' ? '/' : key}`

0 commit comments

Comments
 (0)