We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d833336 commit 45f11d9Copy full SHA for 45f11d9
src/lib/tw-packager-integration-hoc.jsx
@@ -5,7 +5,7 @@ import log from './log';
5
import {getIsShowingProject} from '../reducers/project-state';
6
7
const PACKAGER_URL = 'https://nitro-bolt.github.io/packager';
8
-const PACKAGER_ORIGIN = PACKAGER_URL;
+const PACKAGER_ORIGIN = 'https://nitro-bolt.github.io';
9
10
const PackagerIntegrationHOC = function (WrappedComponent) {
11
class PackagerIntegrationComponent extends React.Component {
0 commit comments