瀏覽代碼

fix: register ga id error (#2237)

tags/0.5.3
Joel 1 年之前
父節點
當前提交
6c384dba71
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/signin/page.tsx

+ 1
- 1
web/app/signin/page.tsx 查看文件

@@ -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={{

Loading…
取消
儲存