Skip to content

Commit fe43f1b

Browse files
docs: Update static-prerendering.md (#4903)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cf99c6a commit fe43f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/static-prerendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineConfig({
4040
retryDelay: 1000,
4141

4242
// Callback when page is successfully rendered
43-
onSuccess: (page) => {
43+
onSuccess: ({ page }) => {
4444
console.log(`Rendered ${page.path}!`)
4545
},
4646
},

0 commit comments

Comments
 (0)