Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Peruibeloko authored Jun 30, 2024
1 parent 7ed1d64 commit f0e96f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ import vue from '@vitejs/plugin-vue';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: './',
build: {
outDir: 'docs'
}
base: './'
});

0 comments on commit f0e96f1

Please sign in to comment.