We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e799f42 commit 16c4f75Copy full SHA for 16c4f75
src/pages/index.js
@@ -6,6 +6,9 @@ export default function Home({ articles }) {
6
<>
7
<Head>
8
<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"/>
12
</Head>
13
<div className="flex flex-col h-screen">
14
<Hero />
0 commit comments