Skip to content

Commit cf9a78d

Browse files
authored
Merge commit from fork
1 parent edbf6ee commit cf9a78d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/adapter/cloudflare-workers/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const getContentFromKVAsset = async (
3636
ASSET_NAMESPACE = __STATIC_CONTENT
3737
}
3838

39-
const key = ASSET_MANIFEST[path] || path
39+
const key = ASSET_MANIFEST[path]
4040
if (!key) {
4141
return null
4242
}

0 commit comments

Comments
 (0)