Next.js Discord

Discord Forum

Question about my Build output

Unanswered
Pyrenean Mastiff posted this in #help-forum
Open in Discord
Pyrenean MastiffOP
Am on NextJS 16.0.5 and React 19.2
When running 'pnpm run build' I see the following output:
Collecting page data using 9 workers in 738.4ms
✓ Generating static pages using 9 workers (33/33) in 947.3ms
✓ Finalizing page optimization in 624.7ms

Route (app)
┌ ○ /_not-found
├ ◐ /[locale]
│ └ /[locale]
├ ◐ /[locale]/portal
│ └ /[locale]/portal
├ ◐ /[locale]/portal/account
│ └ /[locale]/portal/account
├ ◐ /[locale]/portal/admin/bulk
│ └ /[locale]/portal/admin/bulk
├ ◐ /[locale]/portal/contacts
│ └ /[locale]/portal/contacts
├ ◐ /[locale]/portal/contacts/[...id]
│ └ /[locale]/portal/contacts/[...id]
├ ◐ /[locale]/portal/contacts/create
│ └ /[locale]/portal/contacts/create
├ ƒ /api/auth/[...nextauth]
├ ƒ /api/auth/error
├ ƒ /api/auth/logout
├ ƒ /api/auth/session
└ ƒ /api/up

So each route has the Partial Prerender icon and then the same route under it. Seems to me that is different than I saw in some examples, or am I dreaming? Is this output as expected?

0 Replies