Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Feb 25, 2025
1 parent 83b9958 commit 2ff8b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import vue from '@vitejs/plugin-vue';

export default defineConfig({
plugins: [vue()],
base: '/ssv', // 如果部署在子路径,请更改为实际路径
base: '/', // 如果部署在子路径,请更改为实际路径
build: {
outDir: 'dist', // 打包输出目录
assetsDir: 'assets', // 静态资源目录
Expand Down

0 comments on commit 2ff8b90

Please sign in to comment.