chore: format
This commit is contained in:
@@ -54,15 +54,15 @@ ExternalPlugin.CustomOgImages({
|
|||||||
|
|
||||||
### Configuration Options
|
### Configuration Options
|
||||||
|
|
||||||
| Option | Type | Default | Description |
|
| Option | Type | Default | Description |
|
||||||
| ---------------- | --------- | ------------ | ----------------------------------------------------------------- |
|
| -------------------- | --------- | ------------------------- | ----------------------------------------------------------------- |
|
||||||
| `colorScheme` | string | "lightMode" | Theme to use for generating images ("darkMode" or "lightMode") |
|
| `colorScheme` | string | "lightMode" | Theme to use for generating images ("darkMode" or "lightMode") |
|
||||||
| `width` | number | 1200 | Width of the generated image in pixels |
|
| `width` | number | 1200 | Width of the generated image in pixels |
|
||||||
| `height` | number | 630 | Height of the generated image in pixels |
|
| `height` | number | 630 | Height of the generated image in pixels |
|
||||||
| `excludeRoot` | boolean | false | Whether to exclude the root index page from auto-generated images |
|
| `excludeRoot` | boolean | false | Whether to exclude the root index page from auto-generated images |
|
||||||
| `defaultTitle` | string | "Untitled" | Fallback title when a page has no title |
|
| `defaultTitle` | string | "Untitled" | Fallback title when a page has no title |
|
||||||
| `defaultDescription`| string | "No description provided"| Fallback description when a page has no description |
|
| `defaultDescription` | string | "No description provided" | Fallback description when a page has no description |
|
||||||
| `imageStructure` | component | defaultImage | Custom component to use for image generation |
|
| `imageStructure` | component | defaultImage | Custom component to use for image generation |
|
||||||
|
|
||||||
## Frontmatter Properties
|
## Frontmatter Properties
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user