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 861e00d commit f9fc185Copy full SHA for f9fc185
packages/gitbook-v2/src/lib/images/createImageResizer.ts
@@ -66,6 +66,7 @@ export function createImageResizer({
66
linker.toAbsoluteURL(linker.toPathInContent('/~gitbook/image'))
67
);
68
url.searchParams.set('url', getImageAPIUrl(urlInput));
69
+ url.searchParams.set('host', host);
70
71
if (options.width) {
72
url.searchParams.set('width', options.width.toString());
0 commit comments