Skip to content

Commit 3c18ad8

Browse files
committed
fix(ipx): default modifiers to _
1 parent 14e4c5f commit 3c18ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/providers/ipx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const getImage: ProviderGetImage = (src, { modifiers = {}, baseURL = '/_i
2323
delete modifiers.height
2424
}
2525

26-
const params = operationsGenerator(modifiers)
26+
const params = operationsGenerator(modifiers) || '_'
2727

2828
return {
2929
url: joinURL(nuxtBase, baseURL, params, encodePath(src))

0 commit comments

Comments
 (0)