Skip to content

Commit

Permalink
fix path to editor bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Dec 22, 2024
1 parent 5bf4d84 commit 4743bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand All @@ -20,6 +20,6 @@
<pre id="debug"></pre>
-->

<script src="/bundle.js"></script>
<script src="/editor/bundle.js"></script>
</body>
</html>

0 comments on commit 4743bfc

Please sign in to comment.