Skip to content

Commit

Permalink
chore: document ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 14, 2023
1 parent 788c669 commit 06fe613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/schema/src/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ export interface Unhead<Input extends {} = Head> {
* Use a head plugin, loads the plugins hooks.
*/
use: (plugin: HeadPlugin) => void
/**
* Is it a server-side render context.
*/
ssr: boolean
// dom specific runtime state
/**
Expand Down

0 comments on commit 06fe613

Please sign in to comment.