🐞 fix main.js linking

ref #108
This commit is contained in:
Philipp Dormann 2021-04-02 21:19:49 +02:00
parent ce50fa2a62
commit 467404bfc8

View File

@ -16,7 +16,7 @@
<span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.8.4-RELEASE_INFO</span> <span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.8.4-RELEASE_INFO</span>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script> <script src="/env.js"></script>
<script type="module" src="./src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>