Usage:
PUBLIC_URL={{DYNAMIC_PUBLIC_URL}}
DYANMIC_PUBLIC_URL=https://my-environment-specific-public-url.com
PUBLIC_URL
is used at build time by CRA. index.html will contain the literal string{{DYNAMIC_PUBLIC_URL}}
DYNAMIC_PUBLIC_URL
is used at startup time to perform a find and replace on the string{{DYNAMIC_PUBLIC_URL}}
, wherever it is found inindex.html