6 changed files with 2419 additions and 2418 deletions
@ -1,3 +1,4 @@ |
|||||||
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; |
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; |
||||||
export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; |
export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; |
||||||
export const APP_VERSION = "3.0.2"; |
export const APP_VERSION = "3.0.2"; |
||||||
|
export const GA_ID = "G-44YVXRL61C"; |
||||||
|
@ -0,0 +1,8 @@ |
|||||||
|
import ReactGA from "react-ga4"; |
||||||
|
import { GA_ID } from "@/setup/constants"; |
||||||
|
|
||||||
|
ReactGA.initialize([ |
||||||
|
{ |
||||||
|
trackingId: GA_ID, |
||||||
|
}, |
||||||
|
]); |
Loading…
Reference in new issue