Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinkumarmav authored Oct 28, 2024
1 parent c95f540 commit bb2a199
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
preview: {
host: "0.0.0.0"
}
base: '/vite-deploy-demo/'
//preview: {
//host: "0.0.0.0"

//}
})

0 comments on commit bb2a199

Please sign in to comment.