Skip to content

Commit baa877c

Browse files
committed
site meta
1 parent 0fd341b commit baa877c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gatsby-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
siteMetadata: {
3-
title: "A query language for your API",
3+
title: "一种为你的 API 而生的查询语言",
44
description:
5-
"GraphQL provides a complete description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.",
6-
siteUrl: "http://graphql.org/",
5+
"GraphQL 提供了 API 中数据的完整描述,提供让客户端能够准确地获取需要的数据而不包含任何冗余的能力,让 API 更加容易随着时间推移而演进,并提供强大的开发者工具。",
6+
siteUrl: "http://graphql.cn/",
77
},
88

99
plugins: [

0 commit comments

Comments
 (0)