Skip to content

Commit

Permalink
Merge pull request #3 from chedakr/feature/seo
Browse files Browse the repository at this point in the history
SEO 개선
  • Loading branch information
Xvezda authored Apr 17, 2024
2 parents b1feee4 + 3dac882 commit bc93c6d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "./globals.css";
import type { Metadata } from "next";
import { GoogleAnalytics } from '@next/third-parties/google';
import ReactQueryProvider from "@/components/react-query-provider";
import { ThemeProvider } from '@/components/theme-provider';
import Header from '@/components/header';
Expand Down Expand Up @@ -39,6 +40,7 @@ export default function RootLayout({
</div>
</ReactQueryProvider>
</ThemeProvider>
<GoogleAnalytics gaId="G-CZ9TCT1D48" />
</body>
</html>
);
Expand Down
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"deploy": "gh-pages --nojekyll -d out"
},
"dependencies": {
"@next/third-parties": "^14.2.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
1 change: 1 addition & 0 deletions apps/web/public/naver3365e64733091760e0226156f38296c2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
naver-site-verification: naver3365e64733091760e0226156f38296c2.html
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit bc93c6d

Please sign in to comment.