We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbf6ee commit cf9a78dCopy full SHA for cf9a78d
1 file changed
src/adapter/cloudflare-workers/utils.ts
@@ -36,7 +36,7 @@ export const getContentFromKVAsset = async (
36
ASSET_NAMESPACE = __STATIC_CONTENT
37
}
38
39
- const key = ASSET_MANIFEST[path] || path
+ const key = ASSET_MANIFEST[path]
40
if (!key) {
41
return null
42
0 commit comments