Skip to content

Commit

Permalink
chore: Update component docs bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
timglaser committed Jan 26, 2021
1 parent 93d7902 commit 3cc27e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module.exports = {
{
resolve: 'gatsby-source-newrelic-sdk',
options: {
release: 'release-1339',
release: 'release-2046',
},
},
'gatsby-plugin-meta-redirect',
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-source-newrelic-sdk/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports.BASE_URL =
'//hypertext-sandbox.nr-assets.net/wanda--wanda-ec-ui--nr1-docs';
'https://d1zobbh8kytrtv.cloudfront.net/platform/wanda--wanda-ec-ui--nr1-docs';

module.exports.DOCUMENTED_APIS = ['logger', 'navigation', 'nerdlet'];
module.exports.DOCUMENTED_COMPONENTS = [
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-source-newrelic-sdk/src/loadSdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const vm = require('vm');
const fetch = require('node-fetch');

const BASE_URL =
'https://hypertext-sandbox.nr-assets.net/wanda--wanda-ec-ui--nr1-docs';
'https://d1zobbh8kytrtv.cloudfront.net/platform/wanda--wanda-ec-ui--nr1-docs';

const getBundle = (cache) => async (src) => {
const script = await cache.get(src);
Expand Down

0 comments on commit 3cc27e7

Please sign in to comment.