Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 483 Bytes

File metadata and controls

20 lines (14 loc) · 483 Bytes
title Next.js Guidelines
description Conventions for building public sites.

Next.js Guidelines

All public websites are located under apps/web-* and use the Next.js App Router.

Key Points

  • Fetch data with @monynha/payload inside server components.
  • Routes follow the [lang]/slug pattern for internationalization.
  • Enable revalidation options when fetching CMS data.

Start a site locally with:

pnpm turbo run dev --filter apps/web-example