summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/nb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/nb')
-rw-r--r--packages/web/src/content/docs/nb/share.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/nb/share.mdx b/packages/web/src/content/docs/nb/share.mdx
index 370477d1c..ca0cb4829 100644
--- a/packages/web/src/content/docs/nb/share.mdx
+++ b/packages/web/src/content/docs/nb/share.mdx
@@ -41,7 +41,7 @@ For å eksplisitt angi manuell modus i [konfigurasjonsfilen](/docs/config):
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "manual"
}
```
@@ -54,7 +54,7 @@ Du kan aktivere automatisk deling for alle nye samtaler ved å sette alternative
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "auto"
}
```
@@ -69,7 +69,7 @@ Du kan deaktivere deling helt ved å sette alternativet `share` til `"disabled"`
```json title="opencode.json"
{
- "$schema": "https://opncd.ai/config.json",
+ "$schema": "https://opencode.ai/config.json",
"share": "disabled"
}
```