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.
@@ -3655,10 +3655,7 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
3655
3655
  var BlockSelectTeacher$1 = forwardRef(BlockSelectTeacher);
3656
3656
 
3657
3657
  var getStaticFileUrl = function getStaticFileUrl(url) {
3658
- console.log({
3659
- url: url
3660
- });
3661
- var STAGE_DOMAIN = "https://localhost:5001";
3658
+ var STAGE_DOMAIN = "https://stage.marioforme.com";
3662
3659
  var isStage = STAGE_DOMAIN === location.origin;
3663
3660
  if (!url) return "";
3664
3661
  if (isLocalhost && !isStage || url.startsWith("http")) return url;