chore: updated projects & about sections

This commit is contained in:
2025-03-30 18:58:20 +02:00
parent abc6423831
commit ca258a7181
6 changed files with 95 additions and 75 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
server: {
port: 5002,
port: 5000,
},
});