Skip to content

Commit

Permalink
Fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Heß committed Oct 9, 2024
1 parent 9549eb1 commit 8da2c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<h1>Editor</h1>

Hi
<script src="../src/editor.bundle.js"></script>
<code-mirror-editor></code-mirror-editor>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<h1>Editor</h1>
<script src="src/editor.bundle.js"></script>
<script src="dist/editor.bundle.js"></script>
<code-mirror-editor></code-mirror-editor>
</body>
</html>

0 comments on commit 8da2c56

Please sign in to comment.