forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby): use history fallback to display client-only routes in se…
…rve (gatsbyjs#11581) As best as I can tell--this fixes a few issues identified with client-only routes, without causing a regression in existing functionality. What I validated: - Client only routes work (and work on initial navigation, e.g. given dynamic path /app/1234, it works when navigated to and on initial route) - Existing routes created via SSR work - 404 routes work (and direct 404.html route) Fixes gatsbyjs#8080
- Loading branch information
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters