mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 21:00:25 -04:00
fix: register ga id error (#2237)
This commit is contained in:
@@ -11,7 +11,7 @@ const SignIn = () => {
|
||||
<>
|
||||
{!IS_CE_EDITION && (
|
||||
<>
|
||||
<Script strategy="beforeInteractive" async src={'https://www.googletagmanager.com/gtag/js?id=AW-11217955271"}'}></Script>
|
||||
<Script strategy="beforeInteractive" async src={'https://www.googletagmanager.com/gtag/js?id=AW-11217955271'}></Script>
|
||||
<Script
|
||||
id="ga-monitor-register"
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user