Skip to content

Commit 9f4f9b9

Browse files
Merge pull request #2664 from appwrite/standalone-docs
2 parents ba3e12e + 4019130 commit 9f4f9b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/routes/docs/products/sites/rendering/ssr/+page.markdoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ Ensure the `src/server.ts` file uses `@angular/ssr/node` package.
4141
{% /tabsitem %}
4242

4343
{% tabsitem #nextjs title="Next.js" %}
44-
Ensure you don't set `output` in the `next.config.js`.
44+
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.
4548
{% /tabsitem %}
4649

4750
{% tabsitem #nuxt title="Nuxt" %}

0 commit comments

Comments
 (0)