Feat: published article
This commit is contained in:
parent
5dd29d1f5e
commit
19471a4a20
|
|
@ -76,6 +76,7 @@ export class DevToProvider implements ArticleProvider {
|
|||
article: {
|
||||
title: settings.title,
|
||||
body_markdown: content,
|
||||
published: true,
|
||||
main_image: settings?.main_image?.path
|
||||
? `${
|
||||
settings?.main_image?.path.indexOf('http') === -1
|
||||
|
|
|
|||
Loading…
Reference in New Issue