diff --git a/package.json b/package.json index bb5b430..8acced9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "run-s compile demo", "compile": "tsc", "compile:watch": "tsc -w", - "demo": "vite build --emptyOutDir", + "demo": "vite build --emptyOutDir --base=./", "demo:watch": "vite", "test": "vitest --coverage --run", "test:watch": "vitest --coverage",