Skip to content

Commit 110fa56

Browse files
committed
escape regex dots
1 parent 28a043f commit 110fa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/ast/vercel-og.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const vercelOgImportRule = `
66
rule:
77
pattern: $NODE
88
kind: string
9-
regex: "next/dist/compiled/@vercel/og/index.node.js"
9+
regex: "next/dist/compiled/@vercel/og/index\\\\.node\\\\.js"
1010
inside:
1111
kind: arguments
1212
inside:

0 commit comments

Comments
 (0)