Skip to content

Commit 6ccb55c

Browse files
committed
chore: plugin update
1 parent 0c36201 commit 6ccb55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/helpers/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const setupImageFunction = async ({
7575
await writeJSON(join(functionDirectory, 'imageconfig.json'), {
7676
...imageconfig,
7777
basePath: [basePath, IMAGE_FUNCTION_NAME].join('/'),
78-
remotePatterns,
78+
remotePatterns
7979
})
8080
await copyFile(join(__dirname, '..', '..', 'lib', 'templates', 'ipx.js'), join(functionDirectory, functionName))
8181

0 commit comments

Comments
 (0)