Skip to content

Commit

Permalink
fix(epub): remove cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 26, 2023
1 parent aa99e50 commit 23828bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/better-write-plugin-exporter-epub/src/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const PluginEpubSet = (
tocTitle: hooks.i18n.t('editor.bar.epub.table') ?? undefined,
date: new Date().toString(),
css: getStyles(stores, hooks),
cover: stores.PDF.styles.base.background.data ?? undefined,
cover: undefined,
},
contents()
).then(
Expand Down

0 comments on commit 23828bd

Please sign in to comment.