update apiBaseUrl to https://betasuppliers.tipro.in to support Nginx SSL reverse proxy
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 45s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 6s

This commit is contained in:
vickytechkey 2026-08-09 21:52:40 +05:30
parent b73610521c
commit b391ce9090

View file

@ -1,6 +1,6 @@
const getApiBaseUrl = () => {
if (typeof window !== 'undefined' && window.location.hostname === 'betasuppliers.tipro.in') {
return 'http://16.113.57.127:8080';
return 'https://betasuppliers.tipro.in';
}
return 'http://localhost:8000';
};
@ -12,13 +12,13 @@ export const CONFIG = {
supportEmail: 'support@globalartisanshub.com',
supportPhone: '+1 (800) 555-0199',
address: '1775 Artisan Ridge Rd, Craftsville, CA 90210',
hero: {
title: 'Sell Globally. Celebrate Craft.',
subtitle: 'Join the premier marketplace for artisans and reach millions of conscious customers worldwide.',
image: 'https://images.unsplash.com/photo-1513519245088-0e12902e5a38?auto=format&fit=crop&q=80&w=800'
},
features: [
{
icon: '🌍',
@ -36,14 +36,14 @@ export const CONFIG = {
description: 'Secure payments and reliable payout processing directly to your bank account.'
}
],
featuredArtisan: {
name: 'Naomi K.',
role: 'Master Weaver',
quote: '"Joining the Global Artisans Hub has transformed our community. We went from selling at local weekend fairs to serving buyers worldwide, preserving our traditional craft."',
avatar: 'https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&q=80&w=300'
},
about: {
missionTitle: 'Our Mission',
missionDescription: 'We aim to empower artisan communities worldwide, providing a premium, transparent, and direct channel to conscious consumers globally.',
@ -103,7 +103,7 @@ export const CONFIG = {
chartValues: [50, 40, 65, 55, 75, 85, 60, 70] // Range intervals
}
},
initialProducts: [
{ id: '1', title: 'Handwoven Indigo Shawl', category: 'Apparel', price: 85.00, stock: 45, sku: 'SHAWL-IND-01', image: 'https://images.unsplash.com/photo-1544022613-e87ca75a784a?auto=format&fit=crop&q=80&w=100' },
{ id: '2', title: 'Terracotta Clay Pot Set', category: 'Home Decor', price: 42.00, stock: 24, sku: 'POT-TER-02', image: 'https://images.unsplash.com/photo-1612196808214-b8e1d6145a8c?auto=format&fit=crop&q=80&w=100' },