Skip to content

Commit

Permalink
update to published
Browse files Browse the repository at this point in the history
  • Loading branch information
codercatdev committed Dec 18, 2023
1 parent 5ffb299 commit e238579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/codingcatdev/scripts/dev-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for await (const file of g) {
const response = await addArticle({
article: {
title: fm.title,
published: false,
published: true,
tags: ['podcast', 'webdev', 'javascript', 'beginners'],
main_image: fm.cover.replace('upload/', 'upload/b_rgb:5e1186,c_pad,w_1000,h_420/'),
canonical_url: `https://codingcat.dev/${TYPE}/${fm.slug}`,
Expand Down

1 comment on commit e238579

@vercel
Copy link

@vercel vercel bot commented on e238579 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

codingcat-dev – ./apps/codingcatdev

codingcat-dev-coding-cat-dev.vercel.app
codingcat.dev
codingcat-dev-git-main-coding-cat-dev.vercel.app

Please sign in to comment.