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 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
- console.log({
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;