Skip to content
/ nzws.me Public

My cool website, built with App Router

License

Notifications You must be signed in to change notification settings

nzws/nzws.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de36492 · Nov 26, 2024
May 26, 2024
Mar 13, 2023
Nov 26, 2024
Nov 26, 2024
Apr 5, 2024
Nov 26, 2024
Sep 11, 2023
Nov 26, 2024
Nov 26, 2024
Mar 13, 2023
Mar 13, 2023
Aug 4, 2023
Mar 13, 2023
Mar 13, 2023
May 6, 2023
Nov 26, 2024
Nov 26, 2024
Nov 26, 2024
Nov 26, 2024
Apr 5, 2024
Nov 26, 2024
Jun 18, 2023
Nov 26, 2024
Oct 2, 2023

Repository files navigation

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

About

My cool website, built with App Router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published