Open
Description
ref:
// open-next.config.ts
const config = {
// ...
dangerous: {
enableCacheInterception: true,
},
};
I was wondering why enableCacheInterception
is on dangerous
and why it is disabled by default?
Would it make sense to change that?
/cc @conico974
Metadata
Metadata
Assignees
Labels
No labels