Skip to content

Commit 16c4f75

Browse files
committed
added meta data
1 parent e799f42 commit 16c4f75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ export default function Home({ articles }) {
66
<>
77
<Head>
88
<title>WebXDAO - Opensource Community</title>
9+
<meta name="description" content="We are an opensource community working around the future of the web. Learn blockchain technology together. "/>
10+
<meta name="keywords" content="WebXDAO,Web,Web3,Blockchain,OpenSource,DAO"/>
11+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
912
</Head>
1013
<div className="flex flex-col h-screen">
1114
<Hero />

0 commit comments

Comments
 (0)