Skip to content

Commit

Permalink
missing PAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Aug 26, 2024
1 parent 3a42a1c commit 407759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run/handlers/cache.cts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class NetlifyCacheHandler implements CacheHandler {
value,
})

if (data?.kind === 'PAGE') {
if (data?.kind === 'PAGE' || data?.kind === 'PAGES') {
const requestContext = getRequestContext()
if (requestContext?.didPagesRouterOnDemandRevalidate) {
const tag = `_N_T_${key === '/index' ? '/' : key}`
Expand Down

0 comments on commit 407759c

Please sign in to comment.