Skip to content

Commit

Permalink
Merge pull request #262 from TripInfoWeb/dev_seo
Browse files Browse the repository at this point in the history
Feat: meta 태그 사용
  • Loading branch information
HyunJinNo authored Sep 4, 2024
2 parents 14f2ec1 + a63f379 commit 26b7897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/app/google0d584af6983331fb.html

This file was deleted.

8 changes: 5 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ export default function RootLayout({
}>) {
return (
<html lang="ko" className={"h-full"}>
<body
className={`${notoSansKr.className} flex h-full flex-col`}
>
<meta
name="google-site-verification"
content="4uK8QzlAEyT9nriZXww7-TpyUEm5Pgz6FAbEBy0F4_4"
/>
<body className={`${notoSansKr.className} flex h-full flex-col`}>
<HeaderContainer />
<div className="flex w-full items-center justify-center">
<div className="flex w-[60rem] flex-col items-center max-[1024px]:w-full max-[1024px]:px-[3.375rem] max-[744px]:px-6">
Expand Down

0 comments on commit 26b7897

Please sign in to comment.