aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react
diff options
context:
space:
mode:
Diffstat (limited to 'demos/simple-react')
-rw-r--r--demos/simple-react/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/simple-react/public/index.html b/demos/simple-react/public/index.html
index 724f78f1d..91ced42dd 100644
--- a/demos/simple-react/public/index.html
+++ b/demos/simple-react/public/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <script src="/src/index.tsx" type="module"></script>
+ <script src="./src/index.tsx" type="module"></script>
</head>
<body>
<div id="reactroot"></div>