summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/it
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/it')
-rw-r--r--packages/web/src/content/docs/it/share.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/it/share.mdx b/packages/web/src/content/docs/it/share.mdx
index f9eff6ca9..9b410a6b8 100644
--- a/packages/web/src/content/docs/it/share.mdx
+++ b/packages/web/src/content/docs/it/share.mdx
@@ -41,7 +41,7 @@ Per impostare esplicitamente la modalita manuale nel tuo [file di config](/docs/
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "manual"
}
```
@@ -54,7 +54,7 @@ Puoi abilitare la condivisione automatica per tutte le nuove conversazioni impos
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "auto"
}
```
@@ -69,7 +69,7 @@ Puoi disabilitare completamente la condivisione impostando l'opzione `share` su
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "disabled"
}
```