Skip to content

Commit 5e33b74

Browse files
authored
Docs: Updating Vite plugin usage for Tanstack Start (#5405)
1 parent e0c63d4 commit 5e33b74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/start/framework/react/spa-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To configure SPA mode, there are a few options you can add to your Start plugin'
4242
// vite.config.ts
4343
export default defineConfig({
4444
plugins: [
45-
TanStackStart({
45+
tanstackStart({
4646
spa: {
4747
enabled: true,
4848
},
@@ -121,7 +121,7 @@ You can always override these options by providing your own prerender options:
121121
// vite.config.ts
122122
export default defineConfig({
123123
plugins: [
124-
TanStackStart({
124+
tanstackStart({
125125
spa: {
126126
prerender: {
127127
outputPath: '/custom-shell',

0 commit comments

Comments
 (0)