Skip to content

Commit

Permalink
chore: use baseurl constant from constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 28, 2021
1 parent 8b6b5e3 commit 0f3b6e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/gatsby-source-newrelic-sdk/src/loadSdk.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const vm = require('vm');
const fetch = require('node-fetch');

const BASE_URL =
'https://d1zobbh8kytrtv.cloudfront.net/platform/wanda--wanda-ec-ui--nr1-docs';
const { BASE_URL } = require('./constants');

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

0 comments on commit 0f3b6e8

Please sign in to comment.