File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ import Head from "next/head"
2+
13import { Hero } from "./hero"
24import { TrustedBy } from "./trusted-by"
35import { HowItWorks } from "./how-it-works"
@@ -13,6 +15,12 @@ import { WhatIsGraphQL } from "./what-is-graphql"
1315export function IndexPage ( ) {
1416 return (
1517 < div className = "gql-all-anchors-focusable bg-neu-0" >
18+ < Head >
19+ < meta
20+ name = "description"
21+ content = "GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data."
22+ />
23+ </ Head >
1624 < Hero />
1725 < TrustedBy />
1826 < WhatIsGraphQL />
Original file line number Diff line number Diff line change 11---
22title : GraphQL | A query language for your API
3- description : GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
43---
54
65export { IndexPage as default } from ' ../components/index-page'
You can’t perform that action at this time.
0 commit comments