🐛 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
@@ -5,7 +5,7 @@ import WindiCSS from "vite-plugin-windicss";
export default defineConfig({
plugins: [
solidPlugin(),
...WindiCSS({
WindiCSS({
scan: {
fileExtensions: ["html", "js", "ts", "jsx", "tsx"],
},