Skip to content

Commit 84cbcda

Browse files
committed
fix: Removed unwanted files and removed react-data-helmet attributes
1 parent b0565d8 commit 84cbcda

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

packages/backend/demo.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/frontend/pages/_app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ function MyApp({ Component, pageProps }) {
99
<meta charset="utf-8" />
1010
<meta http-equiv="x-ua-compatible" content="ie=edge" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
12-
<meta data-react-helmet="true" property="og:type" content={Component.title} />
13-
<meta data-react-helmet="true" name="description" content={Component.title} />
14-
<meta data-react-helmet="true" property="og:title" content={Component.title} />
12+
<meta property="og:type" content={Component.title} />
13+
<meta name="description" content={Component.title} />
14+
<meta property="og:title" content={Component.title} />
1515
</Head>
1616
<Component {...pageProps} />
1717
</>

0 commit comments

Comments
 (0)