We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3162964 commit ffd57b5Copy full SHA for ffd57b5
1 file changed
docs/canary/advanced/head.md
@@ -42,11 +42,6 @@ export default define.page((ctx) => {
42
For more complex scenarios, or to set page metadata from islands, Fresh ships
43
with the `<Head>`-component.
44
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
-
50
```tsx routes/about.tsx
51
import { Head } from "fresh/runtime";
52
0 commit comments