Skip to content

Commit b9bd4a3

Browse files
authored
Merge branch 'main' into renovate/fast-glob-3.x-lockfile
2 parents 0e9bfed + 5ecd720 commit b9bd4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/handlers/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default async (
140140
netlifyCdnCacheControl,
141141
})
142142

143-
if (requestContext.isCacheableAppPage) {
143+
if (requestContext.isCacheableAppPage && response.status !== 304) {
144144
const isRSCRequest = request.headers.get('rsc') === '1'
145145
const contentType = response.headers.get('content-type') ?? undefined
146146

0 commit comments

Comments
 (0)