Skip to content

Commit 4b4912c

Browse files
authored
docs: capitalize subheading
1 parent e6b20fb commit 4b4912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ In some cases like `webworker` runtimes, you might want to bundle your SSR build
259259
- Treat all dependencies as `noExternal`
260260
- Throw an error if any Node.js built-ins are imported
261261
262-
## SSR Resolve conditions
262+
## SSR Resolve Conditions
263263
264264
By default package entry resolution will use the conditions set in [`resolve.conditions`](../config/shared-options.md#resolve-conditions) for the SSR build. You can use [`ssr.resolve.conditions`](../config/ssr-options.md#ssr-resolve-conditions) and [`ssr.resolve.externalConditions`](../config/ssr-options.md#ssr-resolve-externalconditions) to customize this behavior.
265265

0 commit comments

Comments
 (0)