mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
fixes for relative paths
This commit is contained in:
@@ -43,7 +43,7 @@ async function saveImage(buffer, originalName, parentNoteId) {
|
||||
return {
|
||||
fileName,
|
||||
noteId: note.noteId,
|
||||
url: `/api/images/${note.noteId}/${fileName}`
|
||||
url: `api/images/${note.noteId}/${fileName}`
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user