docs: config schema

This commit is contained in:
Dax Raad
2025-06-14 12:22:07 -04:00
parent ef74d97491
commit 9c6aa82ac1
5 changed files with 25 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ Project configuration is optional. You can place an `opencode.json` file in the
```json title="opencode.json"
{
"$schema": "https://opencode.ai/schemas/opencode.json"
"$schema": "http://opencode.ai/config.json"
}
```