Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Oct 2, 2024
1 parent c6c25ec commit e193d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
define: {
'process.env.VITE_BASE_URL': JSON.stringify(process.env.VITE_BASE_URL)
}
// define: {
// 'process.env.VITE_BASE_URL': JSON.stringify(process.env.VITE_BASE_URL)
// }
})

0 comments on commit e193d17

Please sign in to comment.