Skip to content

Commit f0855c3

Browse files
authored
Merge pull request #10501 from nvh95/patch-1
docs: Make hyperlink consistent
2 parents 706aaa1 + a06798b commit f0855c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/pre-rendering-into-static-html-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Pre-Rendering into Static HTML Files
44
sidebar_label: Pre-Rendering Static HTML
55
---
66

7-
If you’re hosting your `build` with a static hosting provider you can use [react-snapshot](https://www.npmjs.com/package/react-snapshot) or [react-snap](https://github.com/stereobooster/react-snap) to generate HTML pages for each route, or relative link, in your application. These pages will then seamlessly become active, or “hydrated”, when the JavaScript bundle has loaded.
7+
If you’re hosting your `build` with a static hosting provider you can use [react-snapshot](https://www.npmjs.com/package/react-snapshot) or [react-snap](https://www.npmjs.com/package/react-snap) to generate HTML pages for each route, or relative link, in your application. These pages will then seamlessly become active, or “hydrated”, when the JavaScript bundle has loaded.
88

99
There are also opportunities to use this outside of static hosting, to take the pressure off the server when generating and caching routes.
1010

0 commit comments

Comments
 (0)