Skip to content

Commit

Permalink
Create vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SahooBishwajeet authored May 31, 2024
1 parent d1f5a3e commit aa5b607
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
// import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
// plugins: [react()],
base: "/Portfolio/"
})

0 comments on commit aa5b607

Please sign in to comment.