From 132f334cffe42c3f3ffe2a216a0d75dba8150fde Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 4 Apr 2021 12:41:07 +0200 Subject: [PATCH] :bug: Fix entry path which causes bug with the router --- js/index.html | 2 +- ts-minimal/index.html | 2 +- ts-router/index.html | 2 +- ts-tailwind/index.html | 2 +- ts-tailwind/vite.config.ts | 2 +- ts/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/index.html b/js/index.html index 0ee6fbf..46a7871 100644 --- a/js/index.html +++ b/js/index.html @@ -10,6 +10,6 @@
- + diff --git a/ts-minimal/index.html b/ts-minimal/index.html index 9def310..1905a04 100644 --- a/ts-minimal/index.html +++ b/ts-minimal/index.html @@ -10,6 +10,6 @@
- + diff --git a/ts-router/index.html b/ts-router/index.html index 9def310..1905a04 100644 --- a/ts-router/index.html +++ b/ts-router/index.html @@ -10,6 +10,6 @@
- + diff --git a/ts-tailwind/index.html b/ts-tailwind/index.html index 9def310..1905a04 100644 --- a/ts-tailwind/index.html +++ b/ts-tailwind/index.html @@ -10,6 +10,6 @@
- + diff --git a/ts-tailwind/vite.config.ts b/ts-tailwind/vite.config.ts index e429169..8dcf786 100644 --- a/ts-tailwind/vite.config.ts +++ b/ts-tailwind/vite.config.ts @@ -5,7 +5,7 @@ import WindiCSS from "vite-plugin-windicss"; export default defineConfig({ plugins: [ solidPlugin(), - ...WindiCSS({ + WindiCSS({ scan: { fileExtensions: ["html", "js", "ts", "jsx", "tsx"], }, diff --git a/ts/index.html b/ts/index.html index 9def310..1905a04 100644 --- a/ts/index.html +++ b/ts/index.html @@ -10,6 +10,6 @@
- +