Skip to content

Commit 142f626

Browse files
dont use jwklong fork on prod
1 parent ba81a79 commit 142f626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/tw-packager-integration-hoc.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import PropTypes from 'prop-types';
44
import log from './log';
55
import { getIsShowingProject } from '../reducers/project-state';
66

7-
const PACKAGER_URL = 'https://jwklong.github.io/penguinmod.github.io/PenguinMod-Packager';
8-
const PACKAGER_ORIGIN = "https://jwklong.github.io/penguinmod.github.io";
7+
const PACKAGER_URL = 'https://studio.penguinmod.com/PenguinMod-Packager';
8+
const PACKAGER_ORIGIN = "https://studio.penguinmod.com";
99

1010
const PackagerIntegrationHOC = function (WrappedComponent) {
1111
class PackagerIntegrationComponent extends React.Component {

0 commit comments

Comments
 (0)