| title | Next.js Guidelines |
|---|---|
| description | Conventions for building public sites. |
All public websites are located under apps/web-* and use the Next.js App Router.
- Fetch data with
@monynha/payloadinside server components. - Routes follow the
[lang]/slugpattern for internationalization. - Enable revalidation options when fetching CMS data.
Start a site locally with:
pnpm turbo run dev --filter apps/web-example