Skip to content

Commit

Permalink
chore: 修改vite的base路径
Browse files Browse the repository at this point in the history
  • Loading branch information
xxss0903 authored Nov 25, 2024
1 parent 4dd3512 commit 383933d
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'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: '/drawstamputils/',
base: '/',
build: {
outDir: "dist"
}
Expand Down

0 comments on commit 383933d

Please sign in to comment.