aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index ad4df1c..ecf7c0a 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
</head>
<body>
<div id="app" class="container"></div>
- <script type="module" src="/src/main.ts"></script>
+ <script type="module" src="./src/main.ts"></script>
</body>
</html>