Skip to content

Commit

Permalink
chore: update packages/vite/src/node/config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
brillout and benmccann committed May 18, 2022
1 parent 8794130 commit e7fc218
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vite/src/node/config.ts
Expand Up @@ -205,13 +205,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
Expand Down

0 comments on commit e7fc218

Please sign in to comment.