Fix: attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2023-07-16 19:11:28 +02:00
parent cacc078042
commit 0e8c3b1062
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@
Not found...
</div>
<script type="module" src="./notfound.ts"></script>
<script type="module" src="./src/notfound.ts"></script>
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
</body>

View file

@ -13,7 +13,7 @@
</head>
<body>
<div id="main">Loading statistics...</div>
<script src="./UI/StatisticsGUI.ts" type="module"></script>
<script src="./src/UI/StatisticsGUI.ts" type="module"></script>
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
</body>

View file

@ -7,6 +7,6 @@
</head>
<body>
<div id="main"></div>
<script type="module" src="./StylesheetTestGui.ts"></script>
<script type="module" src="./src/StylesheetTestGui.ts"></script>
</body>
</html>

View file

@ -20,7 +20,7 @@
<div id="maindiv" class="w-full">'maindiv' not attached</div>
<div id="extradiv">'extradiv' not attached</div>
<script type="module" src="./test.ts"></script>
<script type="module" src="./src/test.ts"></script>
<script>
window.addEventListener('load', () => {