sales-frontend-components 0.0.96 → 0.0.97

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.cjs.js CHANGED
@@ -2572,7 +2572,7 @@ const useNationalityComponent = () => {
2572
2572
 
2573
2573
  const url = (() => {
2574
2574
  const type = salesFrontendUtils.isClient() ? window.location.hostname : "";
2575
- if (type.includes("localhost")) {
2575
+ if (type.includes("localhost") || type.includes("local.hanwhalife.com")) {
2576
2576
  return "https://nxl-nlc-stg.hanwhalife.com";
2577
2577
  }
2578
2578
  if (type.includes("dev")) {