Feat: published article

This commit is contained in:
Nevo David 2024-03-21 19:40:33 +07:00
parent 5dd29d1f5e
commit 19471a4a20
1 changed files with 1 additions and 0 deletions

View File

@ -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