Skip to content

Commit

Permalink
chore: Update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Mar 25, 2021
1 parent a7ff4f9 commit 317bf05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
const quote = (str) => `"${str}"`;

module.exports = {
flags: {
LAZY_IMAGES: true,
},
siteMetadata: {
title: 'New Relic Developers',
titleTemplate: '%s | New Relic Developers',
Expand Down Expand Up @@ -152,7 +155,7 @@ module.exports = {
{
resolve: 'gatsby-source-newrelic-sdk',
options: {
release: 'release-2046',
release: 'release-2394',
},
},
'gatsby-plugin-meta-redirect',
Expand Down

0 comments on commit 317bf05

Please sign in to comment.