From 66be557fcf3338b175a643d61d4ab699d919efb3 Mon Sep 17 00:00:00 2001 From: Tiago Gimenes Date: Mon, 24 Oct 2022 15:00:17 -0300 Subject: [PATCH 1/2] rename site on config --- public/robots.txt | 4 ++-- store.config.js | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 8693bf5e..3c69158e 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,5 +1,5 @@ User-agent: * Allow: / Disallow: /checkout/* -Sitemap: https://vtexfaststore.com/sitemap/sitemap-index.xml -Host: https://vtexfaststore.com +Sitemap: https://demo.faststore.com/sitemap/sitemap-index.xml +Host: https://demo.faststore.com diff --git a/store.config.js b/store.config.js index dec2b957..534b4661 100644 --- a/store.config.js +++ b/store.config.js @@ -34,11 +34,11 @@ module.exports = { }, // Production URLs - storeUrl: 'https://vtexfaststore.com', - secureSubdomain: 'https://secure.vtexfaststore.com', - checkoutUrl: 'https://secure.vtexfaststore.com/checkout', - loginUrl: 'https://secure.vtexfaststore.com/api/io/login', - accountUrl: 'https://secure.vtexfaststore.com/api/io/account', + storeUrl: 'https://demo.faststore.com', + secureSubdomain: 'https://secure.demo.faststore.com', + checkoutUrl: 'https://secure.demo.faststore.com/checkout', + loginUrl: 'https://secure.demo.faststore.com/api/io/login', + accountUrl: 'https://secure.demo.faststore.com/api/io/account', // Lighthouse CI lighthouse: { From 8ef250ba734bd7468366bfc50cd4e6139402a11d Mon Sep 17 00:00:00 2001 From: Tiago Gimenes Date: Mon, 24 Oct 2022 15:00:55 -0300 Subject: [PATCH 2/2] fix urls --- store.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/store.config.js b/store.config.js index 534b4661..6ae5585f 100644 --- a/store.config.js +++ b/store.config.js @@ -35,10 +35,10 @@ module.exports = { // Production URLs storeUrl: 'https://demo.faststore.com', - secureSubdomain: 'https://secure.demo.faststore.com', - checkoutUrl: 'https://secure.demo.faststore.com/checkout', - loginUrl: 'https://secure.demo.faststore.com/api/io/login', - accountUrl: 'https://secure.demo.faststore.com/api/io/account', + secureSubdomain: 'https://secure.faststore.com', + checkoutUrl: 'https://secure.faststore.com/checkout', + loginUrl: 'https://secure.faststore.com/api/io/login', + accountUrl: 'https://secure.faststore.com/api/io/account', // Lighthouse CI lighthouse: {