Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ient into feat/#309/template
  • Loading branch information
JeongWuk committed Dec 1, 2023
2 parents 7f32d6d + 31274ac commit 79f4f36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 51 deletions.
51 changes: 0 additions & 51 deletions src/app/client/page.tsx

This file was deleted.

7 changes: 7 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ export const metadata: Metadata = {
title: "Steady",
description: "The New Study & Project Join Platform",
icons: [{ rel: "icon", url: Favicon.src }],
metadataBase: new URL("https://www.steadies.kr"),
openGraph: {
title: "Steady",
description: "스터디/프로젝트 모집 플랫폼",
url: "https://www.steadies.kr",
type: "website",
},
};

const RootLayout = ({ children }: { children: React.ReactNode }) => {
Expand Down
1 change: 1 addition & 0 deletions src/app/opengraph-image.alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Steady Logo
Binary file added src/app/opengraph-image.png
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 79f4f36

Please sign in to comment.