1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Export: CSS: adjusted relative path

This commit is contained in:
Nicholas Browning
2019-11-04 20:52:44 -05:00
committed by Junyoung Choi
parent 099ebad06b
commit ce853a7e3a

View File

@@ -368,7 +368,7 @@ export default class MarkdownPreview extends React.Component {
let styles = ''
files.forEach(file => {
styles += `<link rel="stylesheet" href="css/${path.basename(file)}">`
styles += `<link rel="stylesheet" href="../css/${path.basename(file)}">`
})
return `<html>