chore: format

This commit is contained in:
saberzero1
2026-05-22 20:09:57 +02:00
parent afb84b1ffe
commit 70c2aa0f53

View File

@@ -54,15 +54,15 @@ ExternalPlugin.CustomOgImages({
### Configuration Options
| Option | Type | Default | Description |
| ---------------- | --------- | ------------ | ----------------------------------------------------------------- |
| `colorScheme` | string | "lightMode" | Theme to use for generating images ("darkMode" or "lightMode") |
| `width` | number | 1200 | Width 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 |
| `defaultTitle` | string | "Untitled" | Fallback title when a page has no title |
| `defaultDescription`| string | "No description provided"| Fallback description when a page has no description |
| `imageStructure` | component | defaultImage | Custom component to use for image generation |
| Option | Type | Default | Description |
| -------------------- | --------- | ------------------------- | ----------------------------------------------------------------- |
| `colorScheme` | string | "lightMode" | Theme to use for generating images ("darkMode" or "lightMode") |
| `width` | number | 1200 | Width 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 |
| `defaultTitle` | string | "Untitled" | Fallback title when a page has no title |
| `defaultDescription` | string | "No description provided" | Fallback description when a page has no description |
| `imageStructure` | component | defaultImage | Custom component to use for image generation |
## Frontmatter Properties