Skip to content

Commit

Permalink
chore: add layout config to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 22, 2020
1 parent faf86a4 commit 138e73a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ module.exports = {
description:
'Do more on our platform and make New Relic your own with APIs, SDKs, code snippets, tutorials, and more developer tools.',
author: 'New Relic',
repository: 'https://github.com/newrelic/developer-website',
siteUrl: 'https://developer.newrelic.com',
},
plugins: [
'gatsby-plugin-sharp',
{
resolve: '@newrelic/gatsby-theme-newrelic',
options: {
layout: {
contentPadding: '2rem',
maxWidth: '1600px',
},
newrelic: {
configs: {
production: {
Expand Down

0 comments on commit 138e73a

Please sign in to comment.