diff options
| author | Fuwn <[email protected]> | 2026-01-20 06:25:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-20 06:25:55 -0800 |
| commit | 9b0b5cd9563702263300e80d48ef3dc73f0add8e (patch) | |
| tree | cdc503855c84b67fdc12d46e192d9506a8fa34a1 /config.example.yaml | |
| parent | fix: Use generic error message for unknown error types (diff) | |
| download | kaze-9b0b5cd9563702263300e80d48ef3dc73f0add8e.tar.xz kaze-9b0b5cd9563702263300e80d48ef3dc73f0add8e.zip | |
feat: Add custom_head option for injecting HTML into head
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index 50f6692..3fe5fa8 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -14,6 +14,9 @@ site: # favicon: "https://example.com/favicon.ico" # Optional favicon URL # theme_url: "https://raw.githubusercontent.com/anomalyco/opencode/main/packages/opencode/src/cli/cmd/tui/context/theme/opencode.json" # ^ Optional: URL to OpenCode-compatible theme JSON (see https://opencode.ai/theme.json for schema) + # custom_head: | + # <script async src="https://analytics.example.com/script.js"></script> + # ^ Optional: Custom HTML to inject into <head> (e.g., analytics, meta tags) # HTTP server settings server: |