summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-05-22 19:05:07 -0400
committerrealtradam <[email protected]>2024-05-22 19:05:07 -0400
commit5f1b0bb1883a8021c7261dad59e063824849fd81 (patch)
tree7cc6f178256df3e7bd5556693fccbecf92034023 /index.html
parent2330eb25d958df5a8e15bcc9f452ac703323d159 (diff)
downloadmalcz.com-5f1b0bb1883a8021c7261dad59e063824849fd81.tar.gz
malcz.com-5f1b0bb1883a8021c7261dad59e063824849fd81.zip
add prod/dev env vars
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 dcb63bf..34f3cd9 100644
--- a/index.html
+++ b/index.html
@@ -29,6 +29,6 @@
</head>
<body>
<div id="root"></div>
- <script type="module" src="/src/main.tsx"></script>
+ <script type="module" src="/src/main.jsx"></script>
</body>
</html>