mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix(server): list of syntax highlighting not working properly
This commit is contained in:
@@ -47,9 +47,11 @@ export function listSyntaxHighlightingThemes() {
|
|||||||
export function getStylesDirectory() {
|
export function getStylesDirectory() {
|
||||||
if (isElectron && !isDev) {
|
if (isElectron && !isDev) {
|
||||||
return "styles";
|
return "styles";
|
||||||
|
} else if (!isDev) {
|
||||||
|
return "node_modules/@highlightjs/cdn-assets/styles";
|
||||||
|
} else {
|
||||||
|
return "../node_modules/@highlightjs/cdn-assets/styles";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "node_modules/@highlightjs/cdn-assets/styles";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user