Skip to content

Commit 6a261c6

Browse files
committed
Fix typo
1 parent 39d98e4 commit 6a261c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/web-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ To handle redirects on Vercel, add the following in the `vercel.json` file at th
8686
GitHub pages doesn't support such redirection configuration for SPAs. There are a couple of ways to work around this:
8787

8888
- Rename your `index.html` to `404.html`. This will serve the `404.html` file for all routes. However, this will cause a 404 status code to be returned for all routes. So it's not ideal for SEO.
89-
- Write a script that generates copies the `index.html` file to all routes in the build output. For example, if your app has routes `/`, `/about`, and `/contact`, you can copy the `index.html` file to `about.html` and `contact.html`.
89+
- Write a script that copies the `index.html` file to all routes in the build output. For example, if your app has routes `/`, `/about`, and `/contact`, you can copy the `index.html` file to `about.html` and `contact.html`.

0 commit comments

Comments
 (0)