Skip to content

Commit

Permalink
vite distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 20, 2024
1 parent 8e52268 commit a94b7fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'vite'

export default defineConfig({
base: '/wheattoast11.github.io/', // Replace with your actual repository name
build: {
outDir: 'dist',
assetsDir: 'assets',
}
})

0 comments on commit a94b7fa

Please sign in to comment.