Skip to content

Commit b1b709a

Browse files
committed
add analistic
Signed-off-by: ladianchad <qhrejddlvltm@gmail.com>
1 parent 37b9c3f commit b1b709a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
77
<title>modern robotics</title>
8-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DT82RSKK0Z"></script>
8+
<!-- Google tag (gtag.js) -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YKHQEGSWNP"></script>
910
<script>
1011
window.dataLayer = window.dataLayer || [];
11-
12-
function gtag() {
13-
dataLayer.push(arguments);
14-
}
15-
12+
function gtag(){dataLayer.push(arguments);}
1613
gtag('js', new Date());
17-
gtag('config', 'G-DT82RSKK0Z');
14+
gtag('config', 'G-YKHQEGSWNP');
1815
</script>
1916
</head>
2017
<body class="w-dvw h-dvh">

src/App.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import Home from "./pages/home/Home";
2+
import {BrowserRouter} from "react-router-dom";
3+
import {Route, Routes} from "react-router";
4+
25
const App = () => {
36
return <BrowserRouter>
47
<Routes>

0 commit comments

Comments
 (0)