Run prettier

This commit is contained in:
Joel Marcey 2018-04-17 21:16:31 -07:00
parent 47d08bf1da
commit 71b5d46f46

View file

@ -80,17 +80,15 @@ const siteConfig = {
}, },
// Add custom scripts here that would be placed in <script> tags // Add custom scripts here that would be placed in <script> tags
scripts: [ scripts: ['https://buttons.github.io/buttons.js'],
'https://buttons.github.io/buttons.js'
],
/* On page navigation for the current documentation page */ /* On page navigation for the current documentation page */
onPageNav: 'separate', onPageNav: 'separate',
/* Open Graph and Twitter card images */ /* Open Graph and Twitter card images */
ogImage: 'img/docusaurus.png', ogImage: 'img/docusaurus.png',
twitterImage: 'img/docusaurus.png', twitterImage: 'img/docusaurus.png',
// You may provide arbitrary config keys to be used as needed by your // You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL... // template. For example, if you need your repo's URL...
// repoUrl: 'https://github.com/facebook/test-site', // repoUrl: 'https://github.com/facebook/test-site',