We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb76546 commit 27a82bdCopy full SHA for 27a82bd
src/run/handlers/cache.cts
@@ -197,7 +197,7 @@ export class NetlifyCacheHandler implements CacheHandlerForMultipleVersions {
197
join(this.options.serverDistDir, '..', 'prerender-manifest.json'),
198
) as PrerenderManifest
199
200
- if (typeof cacheControl !== undefined) {
+ if (typeof cacheControl !== 'undefined') {
201
// instead of `revalidate` property, we might get `cacheControls` ( https://github.com/vercel/next.js/pull/76207 )
202
// then we need to keep track of revalidate values via SharedCacheControls
203
const { SharedCacheControls } = await import(
0 commit comments