Skip to content

Commit 38073cb

Browse files
ci: apply automated fixes
1 parent 2703b7f commit 38073cb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/router/framework/react/how-to/setup-ssr.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# How to Set Up Server-Side Rendering (SSR)
22

3-
> [!IMPORTANT]
4-
> **[TanStack Start](../guide/tanstack-start.md) is the recommended way to set up SSR** - it provides SSR, streaming, and deployment with zero configuration.
3+
> [!IMPORTANT] > **[TanStack Start](../guide/tanstack-start.md) is the recommended way to set up SSR** - it provides SSR, streaming, and deployment with zero configuration.
54
>
65
> Use the manual setup below only if you need to integrate with an existing server.
76
@@ -422,8 +421,7 @@ export default defineConfig(({ isSsrBuild }) => ({
422421

423422
## Common Problems
424423

425-
> [!TIP]
426-
> **Most of these problems are automatically solved by [TanStack Start](../guide/tanstack-start.md).** The issues below are primarily relevant for manual SSR setups.
424+
> [!TIP] > **Most of these problems are automatically solved by [TanStack Start](../guide/tanstack-start.md).** The issues below are primarily relevant for manual SSR setups.
427425
428426
### React Import Errors
429427

@@ -547,4 +545,4 @@ const ssrConfig = {
547545
- [Deploy to Production](./deploy-to-production.md) - Deploy your SSR app
548546
- [Setup Authentication](./setup-authentication.md) - Add auth to SSR routes
549547
- [Fix Build Issues](./fix-build-issues.md) - Troubleshoot bundler problems
550-
-->
548+
-->

0 commit comments

Comments
 (0)