From 8419d0dc28d556e1ef6ca6a906cfc6d039747af5 Mon Sep 17 00:00:00 2001 From: Cameron Pak Date: Wed, 8 Oct 2025 06:30:23 -0600 Subject: [PATCH] Updating Vite plugin usage for Tanstack Start --- docs/start/framework/react/spa-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',