diff --git a/docs/start/framework/react/spa-mode.md b/docs/start/framework/react/spa-mode.md index 6053f62ecfa..89214655539 100644 --- a/docs/start/framework/react/spa-mode.md +++ b/docs/start/framework/react/spa-mode.md @@ -42,7 +42,7 @@ To configure SPA mode, there are a few options you can add to your Start plugin' // vite.config.ts export default defineConfig({ plugins: [ - TanStackStart({ + tanstackStart({ spa: { enabled: true, }, @@ -121,7 +121,7 @@ You can always override these options by providing your own prerender options: // vite.config.ts export default defineConfig({ plugins: [ - TanStackStart({ + tanstackStart({ spa: { prerender: { outputPath: '/custom-shell',