mario-core 2.9.165-level → 2.9.166-level
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3657,10 +3657,7 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
|
|
|
3657
3657
|
var BlockSelectTeacher$1 = React.forwardRef(BlockSelectTeacher);
|
|
3658
3658
|
|
|
3659
3659
|
var getStaticFileUrl = function getStaticFileUrl(url) {
|
|
3660
|
-
|
|
3661
|
-
url: url
|
|
3662
|
-
});
|
|
3663
|
-
var STAGE_DOMAIN = "https://localhost:5001";
|
|
3660
|
+
var STAGE_DOMAIN = "https://stage.marioforme.com";
|
|
3664
3661
|
var isStage = STAGE_DOMAIN === location.origin;
|
|
3665
3662
|
if (!url) return "";
|
|
3666
3663
|
if (isLocalhost && !isStage || url.startsWith("http")) return url;
|