my personal website
This website is built on Nextjs. Each page’s content is fed from different platforms to keep it up to date. Emphasizing performance, the static page generation feature of Nextjs is utilized. When a visitor accesses the page, it fetches the statically generated file from the nearest CDN and displays images (powered by Vercel).
.env.example
file to .env
and fill in all necessary values.npm install
npm run dev
This Nextjs website prioritizes performance by utilizing static page generation and fetching content from various platforms to maintain freshness. It incorporates CDN integration for efficient content delivery. The setup process is straightforward, requiring the user to rename an example file, install dependencies, and run the application.