Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.42 KB

nzws.me

Node CI

My website ✨

Built with

Page structures

See also: nzws.me/visualize

This website is built with App Router and all page components are rendered as Server Component & Static Generation.

  • / - ISR (fetching github's data)
  • /blog - Build on normal build step
    • /blog/[slug] - Build on normal build step
  • /product - Static (WIP)
  • /api - Serverless Functions
    • /api/og/[hash]/[base64] - Generate Open Graph image (using Edge Functions + Satori)
    • /api/search - Search blog posts (using Edge Functions)
    • /api/internal/search-raw - Returns all blog data for the Edge API, Not used directly from the web client.
  • /visualize - next-route-visualizer

License

MIT