feat: Introduce GitSection component to consolidate GitHub history and activity heatmap, improving data fetching robustness and layout.

This commit is contained in:
2025-12-15 20:55:51 +00:00
parent fc2d41ee97
commit 16a3025929
5 changed files with 103 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
import { defineConfig } from 'vite'
import { defineConfig } from 'vite' // HMR Trigger
import react from '@vitejs/plugin-react'
// https://vite.dev/config/