1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fix search value for html export path

This commit is contained in:
yamash723
2018-07-03 10:03:31 +09:00
parent 9d9109e9e5
commit 4f79f52524

View File

@@ -225,7 +225,7 @@ export default class MarkdownPreview extends React.Component {
const attachmentsAbsolutePaths = attachmentManagement.getAbsolutePathsOfAttachmentsInContent(noteContent, this.props.storagePath)
files.forEach((file) => {
file = file.replace('file://', '')
file = file.replace('file:///', '')
exportTasks.push({
src: file,
dst: 'css'