mario-core 2.9.188-release → 2.9.189-release

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
@@ -22675,7 +22675,7 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
22675
22675
  var BlockSelectTeacher$1 = React.forwardRef(BlockSelectTeacher);
22676
22676
 
22677
22677
  var getStaticFileUrl = function getStaticFileUrl(url) {
22678
- var STAGE_DOMAIN = "https://stage2.marioforme.com";
22678
+ var STAGE_DOMAIN = "https://stage.marioforme.com";
22679
22679
  var isStage = STAGE_DOMAIN === location.origin;
22680
22680
  if (!url) return "";
22681
22681
  if (isLocalhost && !isStage || url.startsWith("http")) return url;