summaryrefslogtreecommitdiff
path: root/src/app/(main)/(home)/posts
AgeCommit message (Collapse)Author
8 daysfix: guard generateMetadata against NaN and sub-1 page numberscopilot-swe-agent[bot]
Agent-Logs-Url: https://github.com/bertyuan/next-blog/sessions/a183ee36-4a5d-49b3-a43d-dba5985217dd Co-authored-by: bertyuan <189593334+bertyuan@users.noreply.github.com>
8 daysfix: check NaN before page subtraction for claritycopilot-swe-agent[bot]
Agent-Logs-Url: https://github.com/bertyuan/next-blog/sessions/f86da32b-3af7-4393-8077-ce3435137221 Co-authored-by: bertyuan <189593334+bertyuan@users.noreply.github.com>
8 daysfix: frontend-backend connection bugscopilot-swe-agent[bot]
Agent-Logs-Url: https://github.com/bertyuan/next-blog/sessions/f86da32b-3af7-4393-8077-ce3435137221 Co-authored-by: bertyuan <189593334+bertyuan@users.noreply.github.com>
2025-12-16fix(front-end): bug in viewing postsBertrand Yuan
2025-12-16feat(back-end): introduce payloadBertrand Yuan
Payload is the next.js Headless CMS and App Framework, I would like to pick it up and modify it as it is MIT licensed. Many features in Payload is not applicable for our project. So, I modify it so that it is light and clear.