Skip to content

Commit e238579

Browse files
committed
update to published
1 parent 5ffb299 commit e238579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/codingcatdev/scripts/dev-to.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for await (const file of g) {
4343
const response = await addArticle({
4444
article: {
4545
title: fm.title,
46-
published: false,
46+
published: true,
4747
tags: ['podcast', 'webdev', 'javascript', 'beginners'],
4848
main_image: fm.cover.replace('upload/', 'upload/b_rgb:5e1186,c_pad,w_1000,h_420/'),
4949
canonical_url: `https://codingcat.dev/${TYPE}/${fm.slug}`,

0 commit comments

Comments
 (0)