Skip to content

Commit 420b598

Browse files
authored
fix: use intended asset cache dir (#349)
1 parent 8faa62e commit 420b598

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/curly-mice-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
Fix asset cache path

packages/cloudflare/src/api/kvCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { IgnorableError, RecoverableError } from "@opennextjs/aws/utils/error.js
33

44
import { getCloudflareContext } from "./cloudflare-context.js";
55

6-
export const CACHE_ASSET_DIR = "cnd-cgi/_next_cache";
6+
export const CACHE_ASSET_DIR = "cdn-cgi/_next_cache";
77

88
export const STATUS_DELETED = 1;
99

0 commit comments

Comments
 (0)