docs: update ts-config override examples

This commit is contained in:
saberzero1
2026-04-17 22:17:43 +02:00
parent f370898c56
commit e15b3da014
5 changed files with 75 additions and 19 deletions

View File

@@ -40,9 +40,10 @@ plugins:
For the TS override approach (needed for custom `imageStructure`):
```ts title="quartz.ts (override)"
import * as ExternalPlugin from "./.quartz/plugins"
import { defaultImage } from "./quartz/plugins/emitters/ogImage"
CustomOgImages({
ExternalPlugin.CustomOgImages({
colorScheme: "lightMode",
width: 1200,
height: 630,