mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
Export: CSS: adjusted relative path
This commit is contained in:
committed by
Junyoung Choi
parent
099ebad06b
commit
ce853a7e3a
@@ -368,7 +368,7 @@ export default class MarkdownPreview extends React.Component {
|
|||||||
|
|
||||||
let styles = ''
|
let styles = ''
|
||||||
files.forEach(file => {
|
files.forEach(file => {
|
||||||
styles += `<link rel="stylesheet" href="css/${path.basename(file)}">`
|
styles += `<link rel="stylesheet" href="../css/${path.basename(file)}">`
|
||||||
})
|
})
|
||||||
|
|
||||||
return `<html>
|
return `<html>
|
||||||
|
|||||||
Reference in New Issue
Block a user