chore: use cloudflare worker instead of vercel

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-17 11:06:19 +01:00
parent ab59c12721
commit bef3eb2e90
5 changed files with 2899 additions and 60 deletions

View File

@@ -0,0 +1,7 @@
import { defineCloudflareConfig } from '@opennextjs/cloudflare';
import staticAssetsIncrementalCache from '@opennextjs/cloudflare/overrides/incremental-cache/static-assets-incremental-cache';
export default defineCloudflareConfig({
incrementalCache: staticAssetsIncrementalCache,
enableCacheInterception: true,
});