Skip to content

Commit

Permalink
发布博客,时间:2024/09/18 15:55:29
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Sep 18, 2024
1 parent 5b928eb commit 757edea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//vite.config.js
import { defineConfig } from "vite";

import { splitVendorChunkPlugin } from "vite";
export default defineConfig({
base: "./",
server: {
Expand All @@ -9,6 +9,7 @@ export default defineConfig({
disableHostCheck: true,
},
plugins: [
splitVendorChunkPlugin()
],
assetsInclude: ['**/*.PNG','**/*.JPG']
});

0 comments on commit 757edea

Please sign in to comment.