Skip to content

Commit

Permalink
Fix: SEO 최적화
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Oct 18, 2023
1 parent 672325b commit e6ffcab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default async function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" className={pretendard.className}>
<html lang="ko" className={pretendard.className}>
<GoogleAnalytics />
<body className="flex flex-col">
<ToastProvider>
Expand Down
Binary file added src/app/opengraph-image.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6ffcab

Please sign in to comment.