Skip to content

Commit

Permalink
update vite base for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlarocca committed Aug 6, 2024
1 parent 6693a55 commit 9266805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {resolve} from 'path'

// https://vitejs.dev/config/
export default defineConfig({
// base: '/vue-sound/',
base: '/vue-sound/',
plugins: [vue()],
build: {
lib: {
Expand Down

0 comments on commit 9266805

Please sign in to comment.