We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e4c5f commit 3c18ad8Copy full SHA for 3c18ad8
1 file changed
src/runtime/providers/ipx.ts
@@ -23,7 +23,7 @@ export const getImage: ProviderGetImage = (src, { modifiers = {}, baseURL = '/_i
23
delete modifiers.height
24
}
25
26
- const params = operationsGenerator(modifiers)
+ const params = operationsGenerator(modifiers) || '_'
27
28
return {
29
url: joinURL(nuxtBase, baseURL, params, encodePath(src))
0 commit comments