Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Sep 9, 2024
1 parent 46ea29f commit 0a269b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/long-lions-do.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const prerender = true
// src/middleware.js

export const onRequest = (ctx, next) => {
console.log(ctx.prerender) // it will log true
console.log(ctx.isPrerendered) // it will log true
return next()
}
```

0 comments on commit 0a269b6

Please sign in to comment.