🐛 Fix entry path which causes bug with the router

This commit is contained in:
Alex
2021-04-04 12:41:07 +02:00
parent b365db6d65
commit 132f334cff
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./src/index.jsx" type="module"></script>
<script src="/src/index.jsx" type="module"></script>
</body>
</html>
+1 -1
View File
@@ -10,6 +10,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./src/index.tsx" type="module"></script>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>
+1 -1
View File
@@ -10,6 +10,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./src/index.tsx" type="module"></script>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>
+1 -1
View File
@@ -10,6 +10,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./src/index.tsx" type="module"></script>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>
+1 -1
View File
@@ -5,7 +5,7 @@ import WindiCSS from "vite-plugin-windicss";
export default defineConfig({
plugins: [
solidPlugin(),
...WindiCSS({
WindiCSS({
scan: {
fileExtensions: ["html", "js", "ts", "jsx", "tsx"],
},
+1 -1
View File
@@ -10,6 +10,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./src/index.tsx" type="module"></script>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>