Skip to content

Commit

Permalink
Remove devOptions.fallback from configuration reference (#3388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmin committed Jun 25, 2021
1 parent 7939563 commit 21ea882
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,17 +216,6 @@ The port the dev server runs on.

Optional path to append to dev server url. May also include querystring parameters, example: `test/foo.html?bar=123`.

### devOptions.fallback

**Type**: `string`
**Default**: `"index.html"`

The HTML file to serve for non-resource routes.

When using the Single-Page Application (SPA) pattern, this is the HTML "shell" file that gets served for every (non-resource) user route.

⚠️ Make sure that you configure your production servers to serve this.

### devOptions.open

**Type**: `string`
Expand Down

1 comment on commit 21ea882

@vercel
Copy link

@vercel vercel bot commented on 21ea882 Jun 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.