fix asset copy flattened path

This commit is contained in:
2026-05-01 01:02:05 +02:00
parent ec9bb08869
commit 83a6e3b93d
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ export default defineConfig({
to: "./dist",
},
{
from: "./src/assets/**/*",
to: "./dist/assets",
from: "./src/assets",
to: "./dist/",
},
],
platform: "browser",