Skip to content

Commit 4e79398

Browse files
authored
chore: update docs
1 parent 8fe131a commit 4e79398

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/tutorialkit.dev/src/content/docs/reference/configuration.mdx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -404,25 +404,6 @@ type TemplateType = "html" | "node" | "angular-cli" | "create-react-app" | "java
404404
405405
```
406406

407-
### `meta`
408-
409-
**type**: `MetaTagsSchema`
410-
411-
Configures `<meta>` tags for Open Graph protocole and Twitter.
412-
<PropertyTable inherited type="MetaTagsSchema" />
413-
414-
Example value:
415-
```yaml
416-
meta:
417-
image: /cover.png
418-
title: Title shown on social media and search engines
419-
description: Description shown on social media and search engines
420-
```
421-
422-
TutorialKit will use your logo as the default image.
423-
If your logo uses the SVG format, it may not display on most social platforms.
424-
Use a raster format instead, such as WEBP or PNG.
425-
426407
## Configure the Tutorialkit Astro integration
427408

428409
`@tutorialkit/astro` is an integration for Astro. You can configure the integration in your `astro.config.ts` file.

0 commit comments

Comments
 (0)