A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
I've checked out the latest stable release at tag 2.11.1. As mentioned on 2.11.1 read-me file:
saleor-storefront/src/index.html - Main template file that contains the <div id="root"></div>
Can change title of storefront here
I have changed the storefront title as suggested above and built by npm run build. Then deployed to a remote server.
Problem
For a brief moment, the storefront title is actually set as I desire:
However, after a moment, the title reverts back to:
What am I missing?
Only home page
When I navigate to any page except home page, the title is set to the one I have inside src/core/config.ts file. But navigating to the home page, results in the above problem!
I've checked out the latest stable release at tag
2.11.1
. As mentioned on2.11.1
read-me file:I have changed the storefront title as suggested above and built by
npm run build
. Then deployed to a remote server.Problem
For a brief moment, the storefront title is actually set as I desire:
However, after a moment, the title reverts back to:
What am I missing?
Only home page
When I navigate to any page except home page, the title is set to the one I have inside
src/core/config.ts
file. But navigating to the home page, results in the above problem!