We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc271eb commit 0eb1290Copy full SHA for 0eb1290
src/build/templates/ipx-edge-accept-handler.ts
@@ -6,4 +6,8 @@ import { getHandler } from 'https://ipx-edge-function-layer.netlify.app/mod.ts'
6
// @ts-ignore Injected at build time
7
import imageconfig from './imageconfig.json' assert { type: 'json' }
8
9
-export default getHandler({ formats: imageconfig?.formats, basePath: imageconfig?.basePath })
+export default getHandler({
10
+ formats: imageconfig?.formats,
11
+ basePath: imageconfig?.basePath,
12
+ imageCDNCompat: true,
13
+})
0 commit comments