added advice on images uri [__dirname ]

mdimai666 2018-03-20 16:44:57 +09:00
parent 379c15cb12
commit 843add386a
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@ See also [issue #610](https://github.com/node-red/node-red/issues/610)
editorTheme: {
page: {
title: "Node-RED",
favicon: "/absolute/path/to/theme/icon",
favicon: "/absolute/path/to/theme/icon", //can use '__dirname + "\\img\\favicon.png" (\\ on Windows)'
css: "/absolute/path/to/custom/css/file",
scripts: "/absolute/path/to/custom/js/file" // As of 0.17
},