From fb14d51cccd4c5c3c8aed57bcaee920a2e6f3355 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 12 Jan 2024 15:18:00 +0700 Subject: Fix go to quotation button in cart page --- src-migrate/modules/cart/components/Detail.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-migrate/modules/cart/components/Detail.tsx b/src-migrate/modules/cart/components/Detail.tsx index ccb0bb4d..99fe4c91 100644 --- a/src-migrate/modules/cart/components/Detail.tsx +++ b/src-migrate/modules/cart/components/Detail.tsx @@ -58,6 +58,8 @@ const CartDetail = () => { colorScheme='yellow' w='full' isDisabled={hasSelectedPromo || !hasSelected} + as={Link} + href='/shop/quotation' > Quotation -- cgit v1.2.3 From 065396828266e2de42cb0182c81ea2d7a5b00e2b Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 15 Jan 2024 15:47:23 +0700 Subject: Update robots.txt --- public/robots.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 205ec9f3..7ae1495b 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -22,8 +22,9 @@ Allow: /my/* Allow: /shop/search/* User-agent: * -Disallow: sentral.indoteknik.com/* -Disallow: erp.indoteknik.com/* +Disallow: /sentral.indoteknik.com/ +Disallow: /erp.indoteknik.com/ +Disallow: /development.indoteknik.com/ Sitemap: https://indoteknik.com/sitemap/products.xml Sitemap: https://indoteknik.com/sitemap/brands.xml -- cgit v1.2.3