diff --git a/bizmatch/angular.json b/bizmatch/angular.json index 085c7cd..419f47c 100644 --- a/bizmatch/angular.json +++ b/bizmatch/angular.json @@ -98,7 +98,8 @@ ], "optimization": true, "extractLicenses": false, - "sourceMap": true + "sourceMap": true, + "outputHashing": "all" } }, "defaultConfiguration": "production" diff --git a/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html b/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html index a4a785a..eadf7e1 100644 --- a/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html +++ b/bizmatch/src/app/pages/listings/business-listings/business-listings.component.html @@ -15,7 +15,7 @@
Discover profitable business opportunities across the United States. Browse +
Discover profitable business opportunities across the State of Texas. Browse verified listings from business owners and brokers.
BizMatch features a curated selection of businesses for sale across diverse industries and price ranges. Browse opportunities in sectors like restaurants, retail, franchises, services, e-commerce, and manufacturing. Each listing includes financial details, years established, location information, and seller contact details. Our marketplace connects business buyers with sellers and brokers nationwide, making it easy to find your next business opportunity.
diff --git a/docker-compose.yml b/docker-compose.yml index 6d02d6d..5aaa954 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,8 @@ services: dockerfile: bizmatch/Dockerfile image: bizmatch-ssr container_name: bizmatch-ssr + extra_hosts: + - "localhost:host-gateway" restart: unless-stopped ports: - '4200:4000' # Extern 4200 -> Intern 4000 (SSR)