From 3cf31b6928581e60a3e38616a36a764efce59f62 Mon Sep 17 00:00:00 2001 From: imddoy Date: Tue, 6 Aug 2024 00:05:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=A4=91=EB=B3=B5=20meta=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20=EC=97=86=EB=8F=84=EB=A1=9D=20=EB=AA=A8=EB=93=A0=20?= =?UTF-8?q?meta=ED=83=9C=EA=B7=B8=20=EB=8F=99=EC=A0=81=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ---- src/App.tsx | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index bd37209f..71e96c37 100644 --- a/index.html +++ b/index.html @@ -19,10 +19,6 @@ - - - - BEAT diff --git a/src/App.tsx b/src/App.tsx index d268b213..dd5885e9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,6 +13,7 @@ import Modal from "@components/commons/modal/Modal"; import { ThemeProvider as MuiThemeProvider, createTheme } from "@mui/material/styles"; import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; import { ReactQueryDevtools } from "@tanstack/react-query-devtools"; +import MetaTag from "@components/commons/meta/MetaTag"; const darkTheme = createTheme({ palette: { @@ -25,6 +26,11 @@ function App() { return ( +