diff --git a/apps/mobile/public/images/rankit-preview.jpg b/apps/mobile/public/images/rankit-preview.jpg
new file mode 100644
index 0000000..f0ca1b5
Binary files /dev/null and b/apps/mobile/public/images/rankit-preview.jpg differ
diff --git a/apps/mobile/src/app/favicon.ico b/apps/mobile/src/app/favicon.ico
index 718d6fe..fcfabef 100644
Binary files a/apps/mobile/src/app/favicon.ico and b/apps/mobile/src/app/favicon.ico differ
diff --git a/apps/mobile/src/app/layout.tsx b/apps/mobile/src/app/layout.tsx
index 1aeba0f..86c8fbe 100644
--- a/apps/mobile/src/app/layout.tsx
+++ b/apps/mobile/src/app/layout.tsx
@@ -8,8 +8,21 @@ import '@/shared/styles/globals.css';
import { container, mainStyle } from './layout.css';
export const metadata: Metadata = {
- title: 'Rankit',
- description: '랭깃에서 깃허브 랭킹을 확인해보세요.',
+ title: 'rankit',
+ description: 'rankit에서 나의 점수를 확인해보세요.',
+ openGraph: {
+ title: 'rankit',
+ description: 'rankit에서 나의 점수를 확인해보세요.',
+ url: 'https://rankit.run',
+ images: [
+ {
+ url: '/images/rankit-preview.jpg',
+ width: 800,
+ height: 400,
+ alt: 'rankit 서비스 미리보기 이미지',
+ },
+ ],
+ },
};
export default function RootLayout({
@@ -19,6 +32,9 @@ export default function RootLayout({
}>) {
return (
+
+
+
diff --git a/apps/mobile/src/shared/assets/svgs/big_logo.svg b/apps/mobile/src/shared/assets/svgs/big_logo.svg
index e405859..9431252 100644
--- a/apps/mobile/src/shared/assets/svgs/big_logo.svg
+++ b/apps/mobile/src/shared/assets/svgs/big_logo.svg
@@ -1,15 +1,24 @@
-
+
+
\ No newline at end of file
diff --git a/apps/mobile/src/shared/assets/svgs/rankit_logo.svg b/apps/mobile/src/shared/assets/svgs/rankit_logo.svg
index f6e21ca..85dc8f7 100644
--- a/apps/mobile/src/shared/assets/svgs/rankit_logo.svg
+++ b/apps/mobile/src/shared/assets/svgs/rankit_logo.svg
@@ -1,15 +1,24 @@
-
+
+
\ No newline at end of file
diff --git a/apps/web/public/images/rankit-preview.jpg b/apps/web/public/images/rankit-preview.jpg
new file mode 100644
index 0000000..f0ca1b5
Binary files /dev/null and b/apps/web/public/images/rankit-preview.jpg differ
diff --git a/apps/web/src/app/favicon.ico b/apps/web/src/app/favicon.ico
index 718d6fe..fcfabef 100644
Binary files a/apps/web/src/app/favicon.ico and b/apps/web/src/app/favicon.ico differ
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index a369a09..86c8fbe 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -1,30 +1,43 @@
import { Theme } from '@radix-ui/themes';
import '@radix-ui/themes/styles.css';
import type { Metadata } from 'next';
+import Footer from '@/shared/components/layout/footer/footer';
+import Header from '@/shared/components/layout/header/header';
import ReactQueryProviders from '@/shared/apis/ReactQueryClientProvider';
import '@/shared/styles/globals.css';
-import Footer from '../shared/components/layout/footer/footer';
-import Header from '../shared/components/layout/header/header';
import { container, mainStyle } from './layout.css';
export const metadata: Metadata = {
- title: 'Rankit',
- description: '랭깃에서 깃허브 랭킹을 확인해보세요.',
+ title: 'rankit',
+ description: 'rankit에서 나의 점수를 확인해보세요.',
+ openGraph: {
+ title: 'rankit',
+ description: 'rankit에서 나의 점수를 확인해보세요.',
+ url: 'https://rankit.run',
+ images: [
+ {
+ url: '/images/rankit-preview.jpg',
+ width: 800,
+ height: 400,
+ alt: 'rankit 서비스 미리보기 이미지',
+ },
+ ],
+ },
};
export default function RootLayout({
children,
- modal,
}: Readonly<{
children: React.ReactNode;
- modal: React.ReactNode;
}>) {
return (
-
+
+
+
+
- {modal}
{children}
diff --git a/apps/web/src/shared/assets/svgs/logo_lg.svg b/apps/web/src/shared/assets/svgs/logo_lg.svg
index 166d264..c209a93 100644
--- a/apps/web/src/shared/assets/svgs/logo_lg.svg
+++ b/apps/web/src/shared/assets/svgs/logo_lg.svg
@@ -1,15 +1,24 @@
-
+
+
\ No newline at end of file
diff --git a/apps/web/src/shared/assets/svgs/logo_sm.svg b/apps/web/src/shared/assets/svgs/logo_sm.svg
index 6e0dde7..c714cbb 100644
--- a/apps/web/src/shared/assets/svgs/logo_sm.svg
+++ b/apps/web/src/shared/assets/svgs/logo_sm.svg
@@ -1,8 +1,24 @@
-
+
+
\ No newline at end of file