Change website to use portfolify

This commit is contained in:
2024-03-05 15:41:05 +05:30
parent b80e020e4a
commit ed9ab30918
40 changed files with 1886 additions and 976 deletions

7
vite.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})