Skip to content

Commit

Permalink
fix: 修复Typecho默认发布状态为草稿的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 6, 2023
1 parent a952a03 commit c6b36dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/api/wordpress/config/wordpressConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class WordpressConfig extends MetaweblogConfig {
this.home = home
this.apiUrl = apiUrl
this.previewUrl = "/?p=[postid]"
this.pageType = PageTypeEnum.Markdown
this.pageType = PageTypeEnum.Html
}
}

Expand Down

0 comments on commit c6b36dc

Please sign in to comment.