Skip to content

Commit

Permalink
Merge pull request #19 from Kernel360/18-버셀-배포-설정
Browse files Browse the repository at this point in the history
simple meta-tag setting
  • Loading branch information
MUNJEONGJUN authored Jan 8, 2025
2 parents 9060c2b + f888acf commit d2d337a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added public/FlowSyncLogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/components/pages/ProjectsPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
import { Table } from "@chakra-ui/react";
import BasicTable from "@/src/components/common/BasicTable";
import ProjectStatusCards from "@/src/components/common/ProjectsStatusCards";
import Head from "next/head";

export default function Home() {
return (
<>
<Head>
<title>FlowSync</title>
<meta property="og:image" content="@/public/FlowSyncLogo.jpg" />
<meta property="og:title" content="FlowSync" />
<meta
property="og:description"
content="FlowSync로 프로젝트 관리를 한번에"
/>
</Head>
<ProjectStatusCards title={"프로젝트 현황"} />
<BasicTable
headerTitle={
Expand Down

0 comments on commit d2d337a

Please sign in to comment.