File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
< head >
5
5
< meta charset ="utf-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 " />
7
- < link rel ="icon " type ="image/x-icon " href ="favicon.png " />
8
7
< base href ="{{HOST_URL_PREFIX}}/ " />
8
+ < link rel ="icon " type ="image/x-icon " href ="favicon.png " />
9
9
< title > Login to SilverBullet</ title >
10
10
< style >
11
11
* ,
198
198
}
199
199
200
200
// Fetch the app name from the manifest file
201
- fetch ( '/ .client/manifest.json' )
201
+ fetch ( '.client/manifest.json' )
202
202
. then ( response => {
203
203
if ( ! response . ok ) {
204
204
throw new Error ( 'Failed to load manifest' ) ;
212
212
// Update the header text
213
213
const header = document . querySelector ( 'h1' ) ;
214
214
if ( header ) {
215
- header . innerHTML = `Login to <img src="/ .client/logo.png" style="height: 1ch" /> ${ appName } ` ;
215
+ header . innerHTML = `Login to <img src=".client/logo.png" style="height: 1ch" /> ${ appName } ` ;
216
216
}
217
217
} )
218
218
. catch ( error => {
You can’t perform that action at this time.
0 commit comments