chore: deployment for gh pages

This commit is contained in:
eshanized
2024-12-26 21:09:53 +05:30
parent c8c0916992
commit 5b4da4123f
3 changed files with 262 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/resume/',
optimizeDeps: {
exclude: ['lucide-react'],
},