Skip to content

Routing

Atlas Gong edited this page Feb 7, 2025 · 1 revision

Routing

Static Routing

All routes are statically generated on build, by default. If a page is not mentioned below as dynamically routed, it is statically routed (caution as the below is currently a WIP).

Dynamic Routes

Coming soon...in the meantime, see Next.js' documentation on Dynamic Routing.

Clone this wiki locally