fix: disable StarterKit's bundled link/underline to avoid duplicate extensions

This commit is contained in:
Linus Rath
2026-05-07 12:33:51 +02:00
parent 5f464d4ee2
commit a86a96e390
+2
View File
@@ -139,6 +139,8 @@ export function RichTextEditor({
extensions: [
StarterKit.configure({
heading: { levels: [1, 2] },
link: false,
underline: false,
}),
Underline,
Link.configure({