Skip to content

Commit

Permalink
Merge pull request #57 from KNU-Design-Web/feature#56
Browse files Browse the repository at this point in the history
Feature#56 구글 애널리틱스, search console 등록
  • Loading branch information
toothlessdev authored Oct 27, 2024
2 parents 04904f8 + a9c9ed9 commit 1f06290
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 2 deletions.
44 changes: 42 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,48 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<link rel="preconnect" href="https://images.knud2024.com" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>2024 KNU GRADUATION EXHIBITION</title>

<meta name="google-site-verification" content="o_udap10RJzwkWoSddtZreg0xjZoj-H91JXiYd0HmV8" />

<meta
name="keywords"
content="졸업전시, 경대, 경북대, 시디, 경대 시디, 경북대 디자인, 경북대 시디, 경대 디자인, 디자인 졸업전시, 졸업전시 웹사이트, 졸전 사이트, 2024 졸업전시 웹사이트, 2024 시각디자인 졸업전시 웹사이트, 2024, KNUD, KNUD2024, GRADUATION, EXHIBITION, 합니다디자인, 합니다, 디자인, 경북대학교, 디자인학과, 졸업전시회, 졸업, 졸업작품, 졸전, 디자이너, UI, UX, 미디어, 전시회 추천, 전시회 정보, 전시회 소식, 전시회 소개"
/>
<meta
name="description"
content="GDG on Campus KNU가 주최하는 VISION CHALLENGETHON 에 참여하세요. 흥미로운 도전에 참여하고 여러분의 기술을 뽐내세요!"
/>

<!--
<meta itemprop="name" content="2024 KNU GRADUATION EXHIBITION" />
<meta
itemprop="description"
content=""
/>
<meta itemprop="image" content="/preview.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="2024 KNU GRADUATION EXHIBITION" />
<meta
property="og:description"
content=""
/>
<meta property="og:image" content="/preview.png" />
<meta property="og:url" content="https://www.knud2024.com" />
<meta name="twitter:card" content="/preview.png" />
<meta name="twitter:title" content="2024 KNU GRADUATION EXHIBITION" />
<meta
name="twitter:description"
content=""
/>
<meta name="twitter:image" content="/preview.png" />
-->
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"jotai": "^2.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-router-dom": "^6.26.2",
"react-transition-group": "^4.4.5",
"serve": "^14.2.3"
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/apps/App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ReactGA from "react-ga4";
import { BrowserRouter } from "react-router-dom";

import { SectionRouter } from "./Router";
Expand All @@ -9,6 +10,8 @@ import "@/apps/styles/Section.transition.css";
import { Banner } from "@/common/components/Banner/Banner";
import { Global } from "@emotion/react";

ReactGA.initialize("G-89YSQNPKY1");

export default function App() {
return (
<>
Expand Down

0 comments on commit 1f06290

Please sign in to comment.