Skip to content

Commit 23af638

Browse files
2 parents 1fea897 + c515891 commit 23af638

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.nojekyll

Whitespace-only changes.

vite.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ export default defineConfig({
88
open: true
99
},
1010
build: {
11-
outDir: '../dist'
11+
outDir: '../dist',
12+
assetsDir: 'assets',
13+
rollupOptions: {
14+
output: {
15+
manualChunks: undefined
16+
}
17+
}
1218
}
1319
})

0 commit comments

Comments
 (0)