# rohanpoudel2/basic_ntt, Release Stories All notable changes to this project. ## Migrate to Next.js App Router _NEXT ยท 2026-05-03_ Migrates to Next.js App Router with sitemap generation and 404 page support. ### What changed Upgraded the project from Hugo to Next.js 13+ App Router architecture. Reorganized page structure with dynamic routes for tours, regions, and slug-based content pages. Adjusted baseUrl settings for the Next.js migration. Converted React components (BackLink, Breadcrumbs, ContactCTA, FAQ, FloatingContact, Footer, Header, NepalTime, PageHeader) to TypeScript for improved type safety. Migrated CSS and layout structure to align with Next.js App Router conventions. Implemented dynamic sitemap.ts for improved SEO. Update favicon Implemented proper not-found page for Next.js. Updated gitignore and added bun.lock for dependency management. ### Why it matters Migrates to Next.js App Router with sitemap generation and 404 page support. ### Breaking Changes - Migrate to Next.js App Router (#1), Upgraded the project from Hugo to Next.js 13+ App Router architecture. Reorganized page structure with dynamic routes for tours, regions, and slug-based content pages. ### New Features - Add sitemap generation (#1), Implemented dynamic sitemap.ts for improved SEO. - Add 404 error page (#1), Implemented proper not-found page for Next.js. ### Maintenance - Update baseUrl configuration (#1), Adjusted baseUrl settings for the Next.js migration. - Refactor component library (#1), Converted React components (BackLink, Breadcrumbs, ContactCTA, FAQ, FloatingContact, Footer, Header, NepalTime, PageHeader) to TypeScript for improved type safety. - Update global styles and layout (#1), Migrated CSS and layout structure to align with Next.js App Router conventions. - Update favicon (#1) - Add .gitignore and lock file (#1), Updated gitignore and added bun.lock for dependency management.