You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ module.exports = nextConfig;
61
61
> This tool generates a standalone bundle with no backend.
62
62
> -**Server Logic:** Features like Server Actions, `cookies()`, and Middleware are not supported.
63
63
> -**Dynamic Routes:** You must use `generateStaticParams` for any dynamic paths (e.g., `[id].tsx`) to ensure they are pre-rendered into the `out/` directory before bundling.
64
-
> -**RSC:** React Server Components are supported only insofar as they can be statically rendered to HTML at build time.
64
+
> -**RSC:** React Server Components are supported if they can be statically rendered to HTML at build time.
0 commit comments