mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-17 04:02:25 +00:00
Basic UI updates
This commit is contained in:
parent
02e77a947c
commit
bfc2e94ef4
14 changed files with 1187 additions and 243 deletions
|
|
@ -1,6 +1,12 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import path from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue