fix article

This commit is contained in:
2023-11-01 15:37:50 +07:00
parent c8d04f4695
commit f01074ea9f
4 changed files with 62 additions and 50 deletions

View File

@@ -42,6 +42,11 @@ export function TextNote(props: { content?: string; truncate?: boolean }) {
Invoice: {
component: Invoice,
},
a: {
props: {
target: '_blank',
},
},
},
slugify: (str) => str,
forceBlock: true,