-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels