diff --git a/docs/plugins/CustomOgImages.md b/docs/plugins/CustomOgImages.md index 9c5b343..e12267c 100644 --- a/docs/plugins/CustomOgImages.md +++ b/docs/plugins/CustomOgImages.md @@ -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