File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ const config = {
59
59
} ,
60
60
test : { } ,
61
61
production : {
62
- publicUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io:3000 ' } /api` ,
63
- publicShortlinkUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io:3000 ' } /s` ,
64
- publicImageUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io:3000 ' } /i` ,
65
- clientUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io:3000 ' } /#/` ,
62
+ publicUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io' } /api` ,
63
+ publicShortlinkUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io' } /s` ,
64
+ publicImageUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io' } /i` ,
65
+ clientUrl : `${ process . env . ANCHR_PUBLIC_URL || 'https://anchr.io' } /#/` ,
66
66
}
67
67
}
68
68
You can’t perform that action at this time.
0 commit comments