mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 06:04:43 +00:00
7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react'
|
|
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
base: "/Resume-website/"
|
|
})
|