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 4b92859 commit b8712a7Copy full SHA for b8712a7
src/content/docs/workers/examples/images-workers.mdx
@@ -44,7 +44,7 @@ export default {
44
// A request to something like cdn.example.com/83eb7b2-5392-4565-b69e-aff66acddd00/public
45
// will fetch "https://imagedelivery.net/<accountHash>/83eb7b2-5392-4565-b69e-aff66acddd00/public"
46
47
- return fetch(`https://imagedelivery.net/${accountHash}${pathname}`);
+ return fetch(`https://imagedelivery.net/${accountHash}/${pathname}`);
48
},
49
};
50
```
0 commit comments