add: deploy workflow

This commit is contained in:
Harivansh Rathi 2024-11-18 21:41:13 -05:00
parent 224b56efc0
commit 4f7a9b0042
2 changed files with 53 additions and 1 deletions

View file

@ -3,4 +3,5 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})
base: "/Resume-website/"
})