You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorialkit.dev/src/content/docs/guides/overriding-components.mdx
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,4 +89,22 @@ interface Props {
89
89
/** Content of the dialog */
90
90
children:ReactNode;
91
91
}
92
+
```
93
+
94
+
### HeadTags
95
+
96
+
Component for overriding title, links and metadata in the `<head>` tag.
97
+
98
+
When overriding `HeadTags` you can place TutorialKit's default components using following [Astro slots](https://docs.astro.build/en/basics/astro-components/#named-slots):
99
+
100
+
-`title`: The page title
101
+
-`links`: Links for the favicon, fonts and other assets
0 commit comments