Skip to content

Commit e586878

Browse files
authored
Merge pull request #243 from THIP-TextHip/develop
develp branch 작업내용 머지 : develop -> main
2 parents 8dde8ff + 32b8ddd commit e586878

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { createRoot } from 'react-dom/client';
22
import './main.css';
33
import App from './App.tsx';
4-
import { initGA } from './lib/ga.ts';
4+
import { initGA, sendPageView } from './lib/ga.ts';
55

66
initGA();
7+
sendPageView(window.location.pathname);
78

89
createRoot(document.getElementById('root')!).render(<App />);

0 commit comments

Comments
 (0)