As title, I forked your project (thanks for this interesting project), I added GA in the header.tsx file but it never work. Any ideas?
Here is my code:
import { useEffect } from "react";
export default function Header() {
useEffect(() => {
// GA跟踪代码
window.gtag("config", "G-DEWJBLD2BG");
}, []);
My project: https://github.com/Amber1990Zhang/oceanbase-sql-gpt/blob/main/components/Header.tsx
As title, I forked your project (thanks for this interesting project), I added GA in the
header.tsxfile but it never work. Any ideas?Here is my code:
My project: https://github.com/Amber1990Zhang/oceanbase-sql-gpt/blob/main/components/Header.tsx