File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < meta charset ="utf-8 ">
77 < title > Waves Client</ title >
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+ < link rel ="icon " href ="{{domain}}/img/favicon.ico " type ="image/x-icon "/>
910 < style >
1011 .app-loader {
1112 z-index : 10000 ;
273274
274275 </ script >
275276
276- < link rel ="icon " href ="https://beta.wavesplatform.com/img/favicon.ico " type ="image/x-icon "/>
277-
278277 <!-- CSS -->
279278 < base href ="/ ">
280279
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export interface IMetaJSON {
44 vendors : Array < string > ;
55 stylesheets : Array < string > ;
66 developmentScripts : Array < string > ;
7+ domain : string ;
78 configurations : {
89 testnet : IConfItem ;
910 mainnet : IConfItem ;
Original file line number Diff line number Diff line change 3131 " dist/dev/js/bundle.js" ,
3232 " dist/dev/js/templates.js"
3333 ],
34+ "domain" : " https://beta.wavesplatform.com" ,
3435 "configurations" : {
3536 "testnet" : {
3637 "code" : " T" ,
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ export function prepareHTML(param: IPrepareHTMLOptions): Promise<string> {
156156
157157 return compile ( file ) ( {
158158 pack : pack ,
159+ domain : meta . domain ,
159160 build : {
160161 type : 'web'
161162 } ,
You can’t perform that action at this time.
0 commit comments