Dynamic route example
Build multiple static pages from one bracket route template.
Dynamic route example#
The docs starter includes a runnable dynamic route under packages/[pkg].md.
The matching packages/[pkg].paths.ts module returns the static params and props that are rendered at build time. No production server is required.