Skip to content

Commit f7acb8a

Browse files
committed
chore: fix local image prefix
1 parent 13ab90f commit f7acb8a

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime/src/templates

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/ipx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const handler: Handler = createIPXHandler({
1010
domains,
1111
remotePatterns,
1212
responseHeaders,
13-
localPrefix: '/_next/static/',
13+
localPrefix: '/_next/static/media/',
1414
}) as Handler
1515
/* eslint-enable n/no-missing-import, import/no-unresolved, @typescript-eslint/ban-ts-comment */

0 commit comments

Comments
 (0)