Skip to content

Commit 799c746

Browse files
committed
Disable linkify_urls in config
Set linkify_urls: false to prevent automatic URL linking. https://claude.ai/code/session_01Nw9uac9GQXqkXqR9nyDRW6
1 parent 813858d commit 799c746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_data/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"formspark_id": null,
44
"botpoison_public_key": null,
55
"show_breadcrumbs": true,
6-
"chobble_link": "https://chobble.com"
6+
"chobble_link": "https://chobble.com",
7+
"linkify_urls": false
78
}

0 commit comments

Comments
 (0)