Skip to content

Commit 4666035

Browse files
chore: docs
1 parent ed6b076 commit 4666035

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/canary/advanced/head.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ export default define.page((ctx) => {
4242
For more complex scenarios, or to set page metadata from islands, Fresh ships
4343
with the `<Head>`-component.
4444

45-
> [info]: The `<Head>` component is not dynamic by default. It will not
46-
> automatically update the document title or other head elements on the client
47-
> side when component state changes. The head elements are set during server
48-
> rendering or initial page load.
49-
5045
```tsx routes/about.tsx
5146
import { Head } from "fresh/runtime";
5247

0 commit comments

Comments
 (0)