summaryrefslogtreecommitdiff
path: root/sw-ui-kt/src/main/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sw-ui-kt/src/main/web/index.html')
-rw-r--r--sw-ui-kt/src/main/web/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw-ui-kt/src/main/web/index.html b/sw-ui-kt/src/main/web/index.html
index 32b449cb..74cac462 100644
--- a/sw-ui-kt/src/main/web/index.html
+++ b/sw-ui-kt/src/main/web/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
+ <link rel="shortcut icon" href="${publicPath}favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
@@ -27,5 +27,6 @@
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
+ <script src="${bundle}"></script>
</body>
</html>
bgstack15