Last active
August 30, 2020 11:15
-
-
Save mak00s/d01f13053ec7a37b6de3994684d35589 to your computer and use it in GitHub Desktop.
gatsby-starter-netlify-cmsのconfigファイルの冒頭
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
siteMetadata: { | |
title: 'コンセプトダイアグラム公式サイト', | |
description: | |
'顧客体験(CX)を図解しコミュニケーション戦略を明確にする顧客視点のマーケティング手法', | |
}, | |
plugins: [ | |
// 省略 | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment