feat: implement pagination for blog posts and enhance NavLink component with class support

This commit is contained in:
fiatcode 2026-01-22 18:40:39 +07:00
parent ca2c54de0e
commit 6b831e7100
5 changed files with 87 additions and 39 deletions

View file

@ -11,13 +11,13 @@ npm run dev
## Commands
| Command | Action |
| :---------------- | :------------------------------------------ |
| `npm install` | Install dependencies |
| `npm run dev` | Start dev server at `localhost:4321` |
| `npm run build` | Build production site to `./dist/` |
| `npm run preview` | Preview production build locally |
| `npm run format` | Format code with Prettier |
| Command | Action |
| :---------------- | :----------------------------------- |
| `npm install` | Install dependencies |
| `npm run dev` | Start dev server at `localhost:4321` |
| `npm run build` | Build production site to `./dist/` |
| `npm run preview` | Preview production build locally |
| `npm run format` | Format code with Prettier |
## Tech Stack