We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba3e12e + 4019130 commit 9f4f9b9Copy full SHA for 9f4f9b9
src/routes/docs/products/sites/rendering/ssr/+page.markdoc
@@ -41,7 +41,10 @@ Ensure the `src/server.ts` file uses `@angular/ssr/node` package.
41
{% /tabsitem %}
42
43
{% tabsitem #nextjs title="Next.js" %}
44
-Ensure you don't set `output` in the `next.config.js`.
+The following output modes are supported:
45
+
46
+- **Default mode**: No `output` configuration needed in `next.config.js`.
47
+- **Standalone mode**: Set `output` to `standalone` in `next.config.js` for smaller build sizes, lesser build times and cold start times.
48
49
50
{% tabsitem #nuxt title="Nuxt" %}
0 commit comments