Skip to content

Commit

Permalink
feat: 修改打包
Browse files Browse the repository at this point in the history
  • Loading branch information
xxss0903 committed Sep 26, 2024
1 parent f95395c commit 47bfad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn-debug.log*
yarn-error.log*

# Build output
dist/
# dist/
build/

# Dependency directories
Expand Down
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: '/drawstamputils/' // Add this line
base: './'
})

0 comments on commit 47bfad9

Please sign in to comment.