Skip to content

Commit

Permalink
vite outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
samipe committed Sep 2, 2024
1 parent a871a13 commit 3014a67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { defineConfig } from 'vitest/config';

// https://vitejs.dev/config/
export default defineConfig({
build: {
outDir: './docs',
emptyOutDir: true,
},
plugins: [
vue({
template: { transformAssetUrls },
Expand Down

0 comments on commit 3014a67

Please sign in to comment.