зеркало из https://github.com/mozilla/fxa.git
bug(settings): CDN path was incorrect
This commit is contained in:
Родитель
3d188aefab
Коммит
4072f690d6
|
@ -19,10 +19,11 @@ if (!buildTargets.includes(buildDirTarget)) {
|
|||
}
|
||||
switch (buildDirTarget) {
|
||||
case 'prod':
|
||||
process.env.PUBLIC_URL = 'https://accounts-cdn.mozaws.net';
|
||||
process.env.PUBLIC_URL = 'https://accounts-cdn.mozaws.net/settings/prod';
|
||||
break;
|
||||
case 'stage':
|
||||
process.env.PUBLIC_URL = 'https://accounts-cdn.stage.mozaws.net';
|
||||
process.env.PUBLIC_URL =
|
||||
'https://accounts-cdn.stage.mozaws.net/settings/stage';
|
||||
break;
|
||||
default:
|
||||
// This is for local development, and will result in everything being relative.
|
||||
|
|
Загрузка…
Ссылка в новой задаче