Skip to content

Commit b8712a7

Browse files
authored
Update images-workers.mdx
Missing / in the path
1 parent 4b92859 commit b8712a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/examples/images-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default {
4444
// A request to something like cdn.example.com/83eb7b2-5392-4565-b69e-aff66acddd00/public
4545
// will fetch "https://imagedelivery.net/<accountHash>/83eb7b2-5392-4565-b69e-aff66acddd00/public"
4646

47-
return fetch(`https://imagedelivery.net/${accountHash}${pathname}`);
47+
return fetch(`https://imagedelivery.net/${accountHash}/${pathname}`);
4848
},
4949
};
5050
```

0 commit comments

Comments
 (0)