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 e18347c commit 28c71ceCopy full SHA for 28c71ce
packages/runtime/src/templates/edge/ipx.ts
@@ -2,4 +2,4 @@ import { getHandler } from 'https://ipx-edge-function-layer.netlify.app/mod.ts'
2
3
import imageconfig from './imageconfig.json' assert { type: 'json' }
4
5
-export default getHandler(imageconfig?.formats)
+export default getHandler({ formats: imageconfig?.formats })
0 commit comments