Skip to content

Commit

Permalink
change react widget html for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengyushiang authored Feb 6, 2024
1 parent 448c488 commit 0d25f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/react_bundle_widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ yarn run build
<body>
<h1>HTML/CSS/JS Scratch Template</h1>
<div id="root"></div>
<script src="http://localhost:8080/dist/build/static/js/bundle.min.js"></script>
<script src="./bundle.min.js"></script>
</body>
</html>
```
Expand Down

0 comments on commit 0d25f49

Please sign in to comment.