diff --git a/packages/vite/src/node/config.ts b/packages/vite/src/node/config.ts index bbbfab21a3d4dc..ca91e8033aee08 100644 --- a/packages/vite/src/node/config.ts +++ b/packages/vite/src/node/config.ts @@ -206,13 +206,11 @@ export interface UserConfig { > } /** - * Whether the app is an SPA. - * + * Whether the app is a SPA. * This toggles the SPA catch-all routing of the development and preview * server: by default, all URLs are rendered to the same single page (in order * to enable SPA client-side routing). For SSR and MPA apps, this behavior can * be disabled by setting `isSPA` to `false`. - * * @default true */ isSPA?: boolean