Skip to content

Commit

Permalink
fixing base URL
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood committed Oct 18, 2024
1 parent 12e6080 commit a7ccafb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
</head>
<body>
<noscript>
This application doesn't work without Javascript enabled. Please enable it
to continue.
This application doesn't work without Javascript enabled. Please enable it to continue.
</noscript>
<div id="root" class="container"></div>
<div id="root"></div>
<script type="module" src="%PUBLIC_URL%static/js/index.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sizes": "512x512"
}
],
"start_url": ".",
"start_url": "/ts-web-components/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
Expand Down

0 comments on commit a7ccafb

Please sign in to comment.