Skip to content

Commit 78c8588

Browse files
committed
fixed js imports
1 parent db09985 commit 78c8588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uploadToS3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ replaceJsUrls () {
2222
prepareSources () {
2323
replaceHtmlUrls "href=\"app\/" "href=\"${cdn}\/app\/"
2424
replaceHtmlUrls "src=\"app\/" "src=\"${cdn}\/app\/"
25+
replaceHtmlUrls "from \".\/app\/" "from \"${cdn}\/app\/"
2526
replaceTagVersion
2627
replaceJsUrls
2728
}

0 commit comments

Comments
 (0)