Skip to content

Commit

Permalink
这次应该没问题了
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Feb 14, 2023
1 parent 068f642 commit 7fcc939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "fs";

fs.cp(
"./dist/eoefans-web/assets",
"./dist/EOEFANS/eoefans-web/assets",
"./dist/assets",
{ recursive: true },
(err) => {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig(({ mode }) => {
build: {
reportCompressedSize: false,
minify: "esbuild",
assetsDir: "eoefans-web/assets",
assetsDir: "EOEFANS/eoefans-web/assets",
rollupOptions: {
output: {
manualChunks: {
Expand Down

1 comment on commit 7fcc939

@kazami139
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#8

Please sign in to comment.