mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(web): configure incremental cache and enable cache interception
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import { defineCloudflareConfig } from "@opennextjs/cloudflare";
|
||||
import staticAssetsIncrementalCache from "@opennextjs/cloudflare/overrides/incremental-cache/static-assets-incremental-cache";
|
||||
|
||||
export default defineCloudflareConfig();
|
||||
export default defineCloudflareConfig({
|
||||
incrementalCache: staticAssetsIncrementalCache,
|
||||
enableCacheInterception: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user