File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ DICEVERIFIER="./web-assets/static-pages/dice-verifier.html"
33
33
perl -pi -e " s/\{\{DOMAIN\}\}/$DOMAIN /g" $DICEVERIFIER
34
34
perl -pi -e " s/\{\{DICE_AUTH\}\}/$DICE_AUTH /g" $DICEVERIFIER
35
35
36
+ INDEXPAGE=" ./web-assets/static-pages/index.html"
37
+ perl -pi -e " s/\{\{DOMAIN\}\}/$DOMAIN /g" $INDEXPAGE
38
+
36
39
mkdir dist
37
40
cp -rv ./web-assets/css/* ./dist/
38
41
cp -rv ./web-assets/js/* ./dist/
Original file line number Diff line number Diff line change 5
5
< meta charset ="utf-8 " />
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
- < link rel ="shortcut icon " href =". /images/favicon.ico " />
9
- < script src =". /setupAuth0WithRedirect.js "> </ script >
8
+ < link rel ="shortcut icon " href ="https://accounts-auth0.{{DOMAIN}} /images/favicon.ico " />
9
+ < script src ="https://accounts-auth0.{{DOMAIN}} /setupAuth0WithRedirect.js "> </ script >
10
10
< script type ="text/javascript " src ="https://cdn.userway.org/widget.js "> </ script >
11
11
< link
12
12
href ="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap "
25
25
< header class ="header ">
26
26
< a href ="/ " class ="logo-link ">
27
27
< img
28
- src =". /images/logo.png "
28
+ src ="https://accounts-auth0.{{DOMAIN}} /images/logo.png "
29
29
alt ="Topcoder Logo "
30
30
width ="94 "
31
31
height ="30 "
You can’t perform that action at this time.
0 commit comments