Update repo name

This commit is contained in:
Ariful Alam
2022-03-20 02:23:44 +06:00
parent b864c2cdd7
commit 20ac254201
17 changed files with 64 additions and 64 deletions

View File

@@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
base: '/ezprofile/',
base: '/gitprofile/',
plugins: [react()],
});