Skip to content

Commit

Permalink
Update docs/config/index.md
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 authored May 18, 2022
1 parent b609b77 commit 14f361b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,7 @@ export default defineConfig(({ command, mode }) => {
- **Type:** `boolean`
- **Default:** `true`

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`.
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`.

## Server Options

Expand Down

0 comments on commit 14f361b

Please sign in to comment.