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 ea4677c commit 252a2a9Copy full SHA for 252a2a9
packages/cloudflare/src/cli/templates/images.ts
@@ -2,6 +2,7 @@ export type RemotePattern = {
2
protocol?: "http" | "https";
3
hostname: string;
4
port?: string;
5
+ // pathname is always set in the manifest (to `makeRe(pathname ?? '**', { dot: true }).source`)
6
pathname: string;
7
search?: string;
8
};
0 commit comments