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 ba81a79 commit 142f626Copy full SHA for 142f626
src/lib/tw-packager-integration-hoc.jsx
@@ -4,8 +4,8 @@ import PropTypes from 'prop-types';
4
import log from './log';
5
import { getIsShowingProject } from '../reducers/project-state';
6
7
-const PACKAGER_URL = 'https://jwklong.github.io/penguinmod.github.io/PenguinMod-Packager';
8
-const PACKAGER_ORIGIN = "https://jwklong.github.io/penguinmod.github.io";
+const PACKAGER_URL = 'https://studio.penguinmod.com/PenguinMod-Packager';
+const PACKAGER_ORIGIN = "https://studio.penguinmod.com";
9
10
const PackagerIntegrationHOC = function (WrappedComponent) {
11
class PackagerIntegrationComponent extends React.Component {
0 commit comments