Skip to content

Commit 1062a41

Browse files
committed
chore: move image loader to shared dir
1 parent b029575 commit 1062a41

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/adapter/build/image-cdn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { makeRe } from 'picomatch'
66
import type { NetlifyAdapterContext, NextConfigComplete, OnBuildCompleteContext } from './types.js'
77

88
const NETLIFY_IMAGE_LOADER_FILE = fileURLToPath(
9-
import.meta.resolve(`./image-cdn-next-image-loader.cjs`),
9+
import.meta.resolve(`../shared/image-cdn-next-image-loader.cjs`),
1010
)
1111

1212
export function modifyConfig(config: NextConfigComplete) {

0 commit comments

Comments
 (0)