Skip to content

Commit 58e26ae

Browse files
authored
Fix playground deploy: use relative path for bundle.js (#15)
* Fix playground deploy: use relative path for bundle.js
1 parent 8737a70 commit 58e26ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/language-service-sample/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
</script>
1313
<link rel="stylesheet" href="styles.css">
14-
<script src="/dist/bundle.js"></script>
14+
<script src="./dist/bundle.js"></script>
1515
<!-- Monaco loader from CDN -->
1616
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.49.0/min/vs/loader.js"></script>
1717
</head>

0 commit comments

Comments
 (0)