Skip to content

Commit

Permalink
update vite config for gh pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhsinghcodes committed Oct 3, 2024
1 parent 74dee12 commit f115077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from 'path'
import * as path from 'path'

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -10,4 +10,5 @@ export default defineConfig({
'@': path.resolve(__dirname, './src'),
},
},
base: '/dex-playground/',
})

0 comments on commit f115077

Please sign in to comment.