Skip to content

Commit 4ff5321

Browse files
fix(gatsby-plugin-google-analytics): Fix broken script (#16223)
1 parent f64a9e0 commit 4ff5321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-google-analytics/src/gatsby-ssr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const onRenderBody = (
127127
}
128128
return gaSetCommands
129129
}, ``)}
130-
`,
130+
}`,
131131
}}
132132
/>,
133133
])

0 commit comments

Comments
 (0)